#9C06C1

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

Shades of Dark Violet #9C06C1

Tints of Dark Violet #9C06C1

Color information

#9C06C1 (or 0x9C06C1) is unknown color: approx Dark Violet. HEX triplet: 9C, 06 and C1. RGB value is (156,6,193). Sum of RGB (Red+Green+Blue) = 156+6+193=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C06C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06C1 is #63F93E. Grayscale: #474747. Windows color (decimal): -6551871 or 12650140. OLE color: 12650140.

HSL color Cylindrical-coordinate representation of color #9C06C1: hue angle of 288.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C06C1 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1566193-
CMYK0.190.9700.24
HSL288.13º93.97%39.02%-
HSV(B)288.13º96.89%75.69%-
XYZ23.411.0551.35-
YUV72.17196.2187.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=43.94%
G=1.69%
B=54.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15661930.190.9700.24288.1393.9739.02
Hex9C6C113610181205e27
Octal23463012314103044013647
Binary10011100110110000011001111000010110001001000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C06C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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