Html Css Color HEX #9C0CBB Dark Violet

📋 copy color: '#9C0CBB'

red 156 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #9C0CBB

Tints of Dark Violet #9C0CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.38%

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 43.94%
G = 3.38%
B = 52.68%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C0CBB (or 0x9C0CBB) is known color: Dark Violet. HEX triplet: 9C, 0C and BB. RGB value is (156,12,187). Sum of RGB (Red+Green+Blue) = 156+12+187=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CBB is #63F344. Grayscale: #4A4A4A. Windows color (decimal): -6550341 or 12258460. OLE color: 12258460.

HSL color Cylindrical-coordinate representation of color #9C0CBB: hue angle of 289.37º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0CBB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 12 187 -
CMYK 0.17 0.94 0 0.27
HSL 289.37º 0.88% 0.39% -
HSV(B) 289.37º 0.94% 0.73% -
XYZ 22.81 10.92 47.92 -
YUV 75.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 156 12 187 0.17 0.94 0 0.27 289.37 0.88 0.39
Hex 9C C BB 11 5E 0 1B 121 58 27
Octal 234 14 273 21 136 0 33 441 130 47
Binary 10011100 1100 10111011 10001 1011110 0 11011 100100001 1011000 100111

Color Harmonies of #9C0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CBB

Black with #9C0CBB

Text Example


Text Example

White with #9C0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,12,187); }

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

background-color css

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

 a { background-color: rgb(156,12,187); }

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

border-color css

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

 span { border-color: rgb(156,12,187); }

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