Html Css Color HEX #9C0BB7 Dark Violet

📋 copy color: '#9C0BB7'

red 156 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #9C0BB7

Tints of Dark Violet #9C0BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 52.29%

R = 44.57%
G = 3.14%
B = 52.29%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9C0BB7 (or 0x9C0BB7) is known color: Dark Violet. HEX triplet: 9C, 0B and B7. RGB value is (156,11,183). Sum of RGB (Red+Green+Blue) = 156+11+183=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #9C0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0BB7 is #63F448. Grayscale: #494949. Windows color (decimal): -6550601 or 11996060. OLE color: 11996060.

HSL color Cylindrical-coordinate representation of color #9C0BB7: hue angle of 290.58º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0BB7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 156 11 183 -
CMYK 0.15 0.94 0 0.28
HSL 290.58º 0.89% 0.38% -
HSV(B) 290.58º 0.94% 0.72% -
XYZ 22.38 10.73 45.69 -
YUV 73.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 156 11 183 0.15 0.94 0 0.28 290.58 0.89 0.38
Hex 9C B B7 F 5E 0 1C 123 59 26
Octal 234 13 267 17 136 0 34 443 131 46
Binary 10011100 1011 10110111 1111 1011110 0 11100 100100011 1011001 100110

Color Harmonies of #9C0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0BB7

Black with #9C0BB7

Text Example


Text Example

White with #9C0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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