Html Css Color HEX #9C04CB Dark Violet

📋 copy color: '#9C04CB'

red 156 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #9C04CB

Tints of Dark Violet #9C04CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 42.98%
G = 1.1%
B = 55.92%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C04CB (or 0x9C04CB) is known color: Dark Violet. HEX triplet: 9C, 04 and CB. RGB value is (156,4,203). Sum of RGB (Red+Green+Blue) = 156+4+203=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04CB is #63FB34. Grayscale: #474747. Windows color (decimal): -6552373 or 13304988. OLE color: 13304988.

HSL color Cylindrical-coordinate representation of color #9C04CB: hue angle of 285.83º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04CB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 4 203 -
CMYK 0.23 0.98 0 0.20
HSL 285.83º 0.96% 0.41% -
HSV(B) 285.83º 0.98% 0.8% -
XYZ 24.53 11.47 57.42 -
YUV 72.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 156 4 203 0.23 0.98 0 0.20 285.83 0.96 0.41
Hex 9C 4 CB 17 62 0 14 11E 60 29
Octal 234 4 313 27 142 0 24 436 140 51
Binary 10011100 100 11001011 10111 1100010 0 10100 100011110 1100000 101001

Color Harmonies of #9C04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C04CB

Black with #9C04CB

Text Example


Text Example

White with #9C04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,203); }

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

background-color css

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

 a { background-color: rgb(156,4,203); }

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

border-color css

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

 span { border-color: rgb(156,4,203); }

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