Html Css Color HEX #9C32AC Dark Orchid

📋 copy color: '#9C32AC'

red 156 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #9C32AC

Tints of Dark Orchid #9C32AC

RGB

 RED value IS 156 (61.33% from 255) = 41.27%

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

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

R = 41.27%
G = 13.23%
B = 45.5%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C32AC (or 0x9C32AC) is known color: Dark Orchid. HEX triplet: 9C, 32 and AC. RGB value is (156,50,172). Sum of RGB (Red+Green+Blue) = 156+50+172=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C32AC is #63CD53. Grayscale: #5F5F5F. Windows color (decimal): -6540628 or 11285148. OLE color: 11285148.

HSL color Cylindrical-coordinate representation of color #9C32AC: hue angle of 292.13º 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 #9C32AC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 50 172 -
CMYK 0.09 0.71 0 0.33
HSL 292.13º 0.55% 0.44% -
HSV(B) 292.13º 0.71% 0.67% -
XYZ 22.3 12.33 40.23 -
YUV 95.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 156 50 172 0.09 0.71 0 0.33 292.13 0.55 0.44
Hex 9C 32 AC 9 47 0 21 124 37 2C
Octal 234 62 254 11 107 0 41 444 67 54
Binary 10011100 110010 10101100 1001 1000111 0 100001 100100100 110111 101100

Color Harmonies of #9C32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C32AC

Black with #9C32AC

Text Example


Text Example

White with #9C32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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