#9C06D3

Color #9C06D3 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9C06D3

Tints of Dark Violet #9C06D3

Color information

#9C06D3 (or 0x9C06D3) is unknown color: approx Dark Violet. HEX triplet: 9C, 06 and D3. RGB value is (156,6,211). Sum of RGB (Red+Green+Blue) = 156+6+211=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 211 (82.81% from 255 or 56.57% from 373); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C06D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06D3 is #63F92C. Grayscale: #494949. Windows color (decimal): -6551853 or 13829788. OLE color: 13829788.

HSL color Cylindrical-coordinate representation of color #9C06D3: hue angle of 283.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06D3 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1566211-
CMYK0.260.9700.17
HSL283.9º94.47%42.55%-
HSV(B)283.9º97.16%82.75%-
XYZ25.5311.962.58-
YUV74.22205.2186.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 6 (2.73% from 255) = 1.61%
BLUE value IS 211 (82.81% from 255) = 56.57%
R=41.82%
G=1.61%
B=56.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15662110.260.9700.17283.994.4742.55
Hex9C6D31A6101111c5e2b
Octal23463233214102143413653
Binary10011100110110100111101011000010100011000111001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C06D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C06D3;
 }
 .AnyTagClassName
 {
   color: #9C06D3;
 }
</style>
background-color css

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

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

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

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

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

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