Html Css Color HEX #9C05CC Dark Violet

📋 copy color: '#9C05CC'

red 156 ◦ green 5 ◦ blue 204

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

Shades of Dark Violet #9C05CC

Tints of Dark Violet #9C05CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 42.74%
G = 1.37%
B = 55.89%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C05CC (or 0x9C05CC) is known color: Dark Violet. HEX triplet: 9C, 05 and CC. RGB value is (156,5,204). Sum of RGB (Red+Green+Blue) = 156+5+204=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C05CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C05CC is #63FA33. Grayscale: #484848. Windows color (decimal): -6552116 or 13370780. OLE color: 13370780.

HSL color Cylindrical-coordinate representation of color #9C05CC: hue angle of 285.53º degrees, saturation: 0.95, 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 #9C05CC is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 5 204 -
CMYK 0.24 0.98 0 0.2
HSL 285.53º 0.95% 0.41% -
HSV(B) 285.53º 0.98% 0.8% -
XYZ 24.66 11.54 58.05 -
YUV 72.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 156 5 204 0.24 0.98 0 0.2 285.53 0.95 0.41
Hex 9C 5 CC 18 62 0 14 11E 5F 29
Octal 234 5 314 30 142 0 24 436 137 51
Binary 10011100 101 11001100 11000 1100010 0 10100 100011110 1011111 101001

Color Harmonies of #9C05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C05CC

Black with #9C05CC

Text Example


Text Example

White with #9C05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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