#9406B4

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

Shades of Dark Violet #9406B4

Tints of Dark Violet #9406B4

Color information

#9406B4 (or 0x9406B4) is unknown color: approx Dark Violet. HEX triplet: 94, 06 and B4. RGB value is (148,6,180). Sum of RGB (Red+Green+Blue) = 148+6+180=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #9406B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9406B4 is #6BF94B. Grayscale: #434343. Windows color (decimal): -7076172 or 11798164. OLE color: 11798164.

HSL color Cylindrical-coordinate representation of color #9406B4: hue angle of 288.97º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9406B4 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1486180-
CMYK0.180.9700.29
HSL288.97º93.55%36.47%-
HSV(B)288.97º96.67%70.59%-
XYZ20.529.7243.98-
YUV68.29191.04184.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=44.31%
G=1.80%
B=53.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14861800.180.9700.29288.9793.5536.47
Hex946B4126101D1215e24
Octal22462642214103544113644
Binary10010100110101101001001011000010111011001000011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9406B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9406B4; }

 p { color: rgb(148,6,180); }

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

<style>
 a { background-color: #9406B4; }

 a { background-color: rgb(148,6,180); }

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

<style>
 span { border-color: #9406B4; }

 span { border-color: rgb(148,6,180); }

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