Html Css Color HEX #9C0CBE Dark Violet

📋 copy color: '#9C0CBE'

red 156 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #9C0CBE

Tints of Dark Violet #9C0CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 43.58%
G = 3.35%
B = 53.07%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C0CBE (or 0x9C0CBE) is known color: Dark Violet. HEX triplet: 9C, 0C and BE. RGB value is (156,12,190). Sum of RGB (Red+Green+Blue) = 156+12+190=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CBE is #63F341. Grayscale: #4A4A4A. Windows color (decimal): -6550338 or 12455068. OLE color: 12455068.

HSL color Cylindrical-coordinate representation of color #9C0CBE: hue angle of 288.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0CBE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 12 190 -
CMYK 0.18 0.94 0 0.25
HSL 288.54º 0.88% 0.4% -
HSV(B) 288.54º 0.94% 0.75% -
XYZ 23.14 11.05 49.63 -
YUV 75.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 156 12 190 0.18 0.94 0 0.25 288.54 0.88 0.4
Hex 9C C BE 12 5E 0 19 121 58 28
Octal 234 14 276 22 136 0 31 441 130 50
Binary 10011100 1100 10111110 10010 1011110 0 11001 100100001 1011000 101000

Color Harmonies of #9C0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CBE

Black with #9C0CBE

Text Example


Text Example

White with #9C0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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