#9609B4

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

Shades of Dark Violet #9609B4

Tints of Dark Violet #9609B4

Color information

#9609B4 (or 0x9609B4) is unknown color: approx Dark Violet. HEX triplet: 96, 09 and B4. RGB value is (150,9,180). Sum of RGB (Red+Green+Blue) = 150+9+180=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #9609B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609B4 is #69F64B. Grayscale: #464646. Windows color (decimal): -6944332 or 11798934. OLE color: 11798934.

HSL color Cylindrical-coordinate representation of color #9609B4: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609B4 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1509180-
CMYK0.170.9500.29
HSL289.47º90.48%37.06%-
HSV(B)289.47º95%70.59%-
XYZ20.919.9744-
YUV70.65189.71184.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=44.25%
G=2.65%
B=53.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15091800.170.9500.29289.4790.4837.06
Hex969B4115F01D1215a25
Octal226112642113703544113245
Binary100101101001101101001000110111110111011001000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9609B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,9,180); }

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

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

 a { background-color: rgb(150,9,180); }

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

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

 span { border-color: rgb(150,9,180); }

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