Html Css Color HEX #9C22AB Dark Orchid

📋 copy color: '#9C22AB'

red 156 ◦ green 34 ◦ blue 171

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

Shades of Dark Orchid #9C22AB

Tints of Dark Orchid #9C22AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 43.21%
G = 9.42%
B = 47.37%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C22AB (or 0x9C22AB) is known color: Dark Orchid. HEX triplet: 9C, 22 and AB. RGB value is (156,34,171). Sum of RGB (Red+Green+Blue) = 156+34+171=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C22AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C22AB is #63DD54. Grayscale: #555555. Windows color (decimal): -6544725 or 11215516. OLE color: 11215516.

HSL color Cylindrical-coordinate representation of color #9C22AB: hue angle of 293.43º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C22AB is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 34 171 -
CMYK 0.09 0.80 0 0.33
HSL 293.43º 0.67% 0.4% -
HSV(B) 293.43º 0.8% 0.67% -
XYZ 21.63 11.15 39.54 -
YUV 86.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 156 34 171 0.09 0.80 0 0.33 293.43 0.67 0.4
Hex 9C 22 AB 9 50 0 21 125 43 28
Octal 234 42 253 11 120 0 41 445 103 50
Binary 10011100 100010 10101011 1001 1010000 0 100001 100100101 1000011 101000

Color Harmonies of #9C22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C22AB

Black with #9C22AB

Text Example


Text Example

White with #9C22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,34,171); }

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

background-color css

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

 a { background-color: rgb(156,34,171); }

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

border-color css

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

 span { border-color: rgb(156,34,171); }

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