#9609F6

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

Shades of Dark Violet #9609F6

Tints of Dark Violet #9609F6

Color information

#9609F6 (or 0x9609F6) is unknown color: approx Dark Violet. HEX triplet: 96, 09 and F6. RGB value is (150,9,246). Sum of RGB (Red+Green+Blue) = 150+9+246=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #9609F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9609F6 is #69F609. Grayscale: #4D4D4D. Windows color (decimal): -6944266 or 16124310. OLE color: 16124310.

HSL color Cylindrical-coordinate representation of color #9609F6: hue angle of 275.7º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609F6 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1509246-
CMYK0.390.9600.04
HSL275.7º92.94%50%-
HSV(B)275.7º96.34%96.47%-
XYZ29.3113.3388.22-
YUV78.18222.71179.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 9 (3.91% from 255) = 2.22%
BLUE value IS 246 (96.48% from 255) = 60.74%
R=37.04%
G=2.22%
B=60.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15092460.390.9600.04275.792.9450
Hex969F62760041145d32
Octal22611366471400442413562
Binary10010110100111110110100111110000001001000101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9609F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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