#9506C6

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

Shades of Dark Violet #9506C6

Tints of Dark Violet #9506C6

Color information

#9506C6 (or 0x9506C6) is unknown color: approx Dark Violet. HEX triplet: 95, 06 and C6. RGB value is (149,6,198). Sum of RGB (Red+Green+Blue) = 149+6+198=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #9506C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506C6 is #6AF939. Grayscale: #464646. Windows color (decimal): -7010618 or 12977813. OLE color: 12977813.

HSL color Cylindrical-coordinate representation of color #9506C6: hue angle of 284.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9506C6 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1496198-
CMYK0.250.9700.22
HSL284.69º94.12%40%-
HSV(B)284.69º96.97%77.65%-
XYZ22.6510.654.28-
YUV70.64199.88183.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 198 (77.73% from 255) = 56.09%
R=42.21%
G=1.70%
B=56.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14961980.250.9700.22284.6994.1240
Hex956C6196101611d5e28
Octal22563063114102643513650
Binary10010101110110001101100111000010101101000111011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9506C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9506C6; }

 p { color: rgb(149,6,198); }

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

<style>
 a { background-color: #9506C6; }

 a { background-color: rgb(149,6,198); }

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

<style>
 span { border-color: #9506C6; }

 span { border-color: rgb(149,6,198); }

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