Html Css Color HEX #9C05CE Dark Violet

📋 copy color: '#9C05CE'

red 156 ◦ green 5 ◦ blue 206

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

Shades of Dark Violet #9C05CE

Tints of Dark Violet #9C05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 42.51%
G = 1.36%
B = 56.13%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C05CE (or 0x9C05CE) is known color: Dark Violet. HEX triplet: 9C, 05 and CE. RGB value is (156,5,206). Sum of RGB (Red+Green+Blue) = 156+5+206=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C05CE is #63FA31. Grayscale: #484848. Windows color (decimal): -6552114 or 13501852. OLE color: 13501852.

HSL color Cylindrical-coordinate representation of color #9C05CE: hue angle of 285.07º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C05CE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 5 206 -
CMYK 0.24 0.98 0 0.19
HSL 285.07º 0.95% 0.41% -
HSV(B) 285.07º 0.98% 0.81% -
XYZ 24.91 11.63 59.33 -
YUV 73.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 156 5 206 0.24 0.98 0 0.19 285.07 0.95 0.41
Hex 9C 5 CE 18 62 0 13 11D 5F 29
Octal 234 5 316 30 142 0 23 435 137 51
Binary 10011100 101 11001110 11000 1100010 0 10011 100011101 1011111 101001

Color Harmonies of #9C05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C05CE

Black with #9C05CE

Text Example


Text Example

White with #9C05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,206); }

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

background-color css

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

 a { background-color: rgb(156,5,206); }

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

border-color css

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

 span { border-color: rgb(156,5,206); }

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