Html Css Color HEX #9E32AC Dark Orchid

📋 copy color: '#9E32AC'

red 158 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #9E32AC

Tints of Dark Orchid #9E32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.16%

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

R = 41.58%
G = 13.16%
B = 45.26%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E32AC (or 0x9E32AC) is known color: Dark Orchid. HEX triplet: 9E, 32 and AC. RGB value is (158,50,172). Sum of RGB (Red+Green+Blue) = 158+50+172=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E32AC is #61CD53. Grayscale: #5F5F5F. Windows color (decimal): -6409556 or 11285150. OLE color: 11285150.

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

Color convert

RGB 158 50 172 -
CMYK 0.08 0.71 0 0.33
HSL 293.11º 0.55% 0.44% -
HSV(B) 293.11º 0.71% 0.67% -
XYZ 22.69 12.53 40.25 -
YUV 96.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 158 50 172 0.08 0.71 0 0.33 293.11 0.55 0.44
Hex 9E 32 AC 8 47 0 21 125 37 2C
Octal 236 62 254 10 107 0 41 445 67 54
Binary 10011110 110010 10101100 1000 1000111 0 100001 100100101 110111 101100

Color Harmonies of #9E32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E32AC

Black with #9E32AC

Text Example


Text Example

White with #9E32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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