Html Css Color HEX #9C0BCC Dark Violet

📋 copy color: '#9C0BCC'

red 156 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #9C0BCC

Tints of Dark Violet #9C0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

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

R = 42.05%
G = 2.96%
B = 54.99%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9C0BCC (or 0x9C0BCC) is known color: Dark Violet. HEX triplet: 9C, 0B and CC. RGB value is (156,11,204). Sum of RGB (Red+Green+Blue) = 156+11+204=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BCC is #63F433. Grayscale: #4B4B4B. Windows color (decimal): -6550580 or 13372316. OLE color: 13372316.

HSL color Cylindrical-coordinate representation of color #9C0BCC: hue angle of 285.08º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0BCC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 11 204 -
CMYK 0.24 0.95 0 0.2
HSL 285.08º 0.9% 0.42% -
HSV(B) 285.08º 0.95% 0.8% -
XYZ 24.73 11.67 58.08 -
YUV 76.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 156 11 204 0.24 0.95 0 0.2 285.08 0.9 0.42
Hex 9C B CC 18 5F 0 14 11D 5A 2A
Octal 234 13 314 30 137 0 24 435 132 52
Binary 10011100 1011 11001100 11000 1011111 0 10100 100011101 1011010 101010

Color Harmonies of #9C0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0BCC

Black with #9C0BCC

Text Example


Text Example

White with #9C0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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