Html Css Color HEX #9C06DB Dark Violet

📋 copy color: '#9C06DB'

red 156 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #9C06DB

Tints of Dark Violet #9C06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 40.94%
G = 1.57%
B = 57.48%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C06DB (or 0x9C06DB) is known color: Dark Violet. HEX triplet: 9C, 06 and DB. RGB value is (156,6,219). Sum of RGB (Red+Green+Blue) = 156+6+219=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06DB is #63F924. Grayscale: #4A4A4A. Windows color (decimal): -6551845 or 14354076. OLE color: 14354076.

HSL color Cylindrical-coordinate representation of color #9C06DB: hue angle of 282.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06DB is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 6 219 -
CMYK 0.29 0.97 0 0.14
HSL 282.25º 0.95% 0.44% -
HSV(B) 282.25º 0.97% 0.86% -
XYZ 26.56 12.31 67.99 -
YUV 75.13 209.2 185.68 -
System Red Green Blue C M Y K H S L
Decimal 156 6 219 0.29 0.97 0 0.14 282.25 0.95 0.44
Hex 9C 6 DB 1D 61 0 E 11A 5F 2C
Octal 234 6 333 35 141 0 16 432 137 54
Binary 10011100 110 11011011 11101 1100001 0 1110 100011010 1011111 101100

Color Harmonies of #9C06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C06DB

Black with #9C06DB

Text Example


Text Example

White with #9C06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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