Html Css Color HEX #9E33AC Dark Orchid

📋 copy color: '#9E33AC'

red 158 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #9E33AC

Tints of Dark Orchid #9E33AC

RGB

 RED value IS 158 (62.11% from 255) = 41.47%

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 41.47%
G = 13.39%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E33AC (or 0x9E33AC) is known color: Dark Orchid. HEX triplet: 9E, 33 and AC. RGB value is (158,51,172). Sum of RGB (Red+Green+Blue) = 158+51+172=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E33AC is #61CC53. Grayscale: #606060. Windows color (decimal): -6409300 or 11285406. OLE color: 11285406.

HSL color Cylindrical-coordinate representation of color #9E33AC: hue angle of 293.06º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E33AC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 51 172 -
CMYK 0.08 0.70 0 0.33
HSL 293.06º 0.54% 0.44% -
HSV(B) 293.06º 0.7% 0.67% -
XYZ 22.73 12.62 40.27 -
YUV 96.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 158 51 172 0.08 0.70 0 0.33 293.06 0.54 0.44
Hex 9E 33 AC 8 46 0 21 125 36 2C
Octal 236 63 254 10 106 0 41 445 66 54
Binary 10011110 110011 10101100 1000 1000110 0 100001 100100101 110110 101100

Color Harmonies of #9E33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E33AC

Black with #9E33AC

Text Example


Text Example

White with #9E33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E33AC; }

 p { color: rgb(158,51,172); }

 H1.HeaderClassName
 {
   color: #9E33AC;
 }
 .AnyTagClassName
 {
   color: #9E33AC;
 }
</style>

background-color css

<style>
 a { background-color: #9E33AC; }

 a { background-color: rgb(158,51,172); }

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

border-color css

<style>
 span { border-color: #9E33AC; }

 span { border-color: rgb(158,51,172); }

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