Html Css Color HEX #9C06BE Dark Violet

📋 copy color: '#9C06BE'

red 156 ◦ green 6 ◦ blue 190

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

Shades of Dark Violet #9C06BE

Tints of Dark Violet #9C06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

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

R = 44.32%
G = 1.7%
B = 53.98%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C06BE (or 0x9C06BE) is known color: Dark Violet. HEX triplet: 9C, 06 and BE. RGB value is (156,6,190). Sum of RGB (Red+Green+Blue) = 156+6+190=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06BE is #63F941. Grayscale: #474747. Windows color (decimal): -6551874 or 12453532. OLE color: 12453532.

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

Color convert

RGB 156 6 190 -
CMYK 0.18 0.97 0 0.25
HSL 288.91º 0.94% 0.38% -
HSV(B) 288.91º 0.97% 0.75% -
XYZ 23.07 10.92 49.61 -
YUV 71.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 156 6 190 0.18 0.97 0 0.25 288.91 0.94 0.38
Hex 9C 6 BE 12 61 0 19 121 5E 26
Octal 234 6 276 22 141 0 31 441 136 46
Binary 10011100 110 10111110 10010 1100001 0 11001 100100001 1011110 100110

Color Harmonies of #9C06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06BE

Black with #9C06BE

Text Example


Text Example

White with #9C06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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