Html Css Color HEX #9346CE Dark Orchid

📋 copy color: '#9346CE'

red 147 ◦ green 70 ◦ blue 206

#9346CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9346CE

Tints of Dark Orchid #9346CE

RGB

 RED value IS 147 (57.81% from 255) = 34.75%

 GREEN value IS 70 (27.73% from 255) = 16.55%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 34.75%
G = 16.55%
B = 48.7%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9346CE (or 0x9346CE) is known color: Dark Orchid. HEX triplet: 93, 46 and CE. RGB value is (147,70,206). Sum of RGB (Red+Green+Blue) = 147+70+206=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #9346CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346CE is #6CB931. Grayscale: #6C6C6C. Windows color (decimal): -7125298 or 13518483. OLE color: 13518483.

HSL color Cylindrical-coordinate representation of color #9346CE: hue angle of 273.97º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9346CE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 70 206 -
CMYK 0.29 0.66 0 0.19
HSL 273.97º 0.58% 0.54% -
HSV(B) 273.97º 0.66% 0.81% -
XYZ 25.36 15.04 59.96 -
YUV 108.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 147 70 206 0.29 0.66 0 0.19 273.97 0.58 0.54
Hex 93 46 CE 1D 42 0 13 112 3A 36
Octal 223 106 316 35 102 0 23 422 72 66
Binary 10010011 1000110 11001110 11101 1000010 0 10011 100010010 111010 110110

Color Harmonies of #9346CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346CE

Black with #9346CE

Text Example


Text Example

White with #9346CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9346CE; }

 p { color: rgb(147,70,206); }

 H1.HeaderClassName
 {
   color: #9346CE;
 }
 .AnyTagClassName
 {
   color: #9346CE;
 }
</style>

background-color css

<style>
 a { background-color: #9346CE; }

 a { background-color: rgb(147,70,206); }

 div.DivClassName
 {
   background-color: #9346CE;
 }
 .BgClassName
 {
   background-color: #9346CE;
 }
</style>

border-color css

<style>
 span { border-color: #9346CE; }

 span { border-color: rgb(147,70,206); }

 td.TdClassName
 {
   border-color: #9346CE;
 }
 .TagClassName
 {
   border-color: #9346CE;
 }
</style>