#9608F9

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

Shades of Dark Violet #9608F9

Tints of Dark Violet #9608F9

Color information

#9608F9 (or 0x9608F9) is unknown color: approx Dark Violet. HEX triplet: 96, 08 and F9. RGB value is (150,8,249). Sum of RGB (Red+Green+Blue) = 150+8+249=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #9608F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9608F9 is #69F706. Grayscale: #4D4D4D. Windows color (decimal): -6944519 or 16320662. OLE color: 16320662.

HSL color Cylindrical-coordinate representation of color #9608F9: hue angle of 275.35º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9608F9 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1508249-
CMYK0.400.9700.02
HSL275.35º95.26%50.39%-
HSV(B)275.35º96.79%97.65%-
XYZ29.7613.590.66-
YUV77.93224.54179.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 249 (97.66% from 255) = 61.18%
R=36.86%
G=1.97%
B=61.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15082490.400.9700.02275.3595.2650.39
Hex968F92861021135f32
Octal22610371501410242313762
Binary1001011010001111100110100011000010101000100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9608F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9608F9; }

 p { color: rgb(150,8,249); }

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

<style>
 a { background-color: #9608F9; }

 a { background-color: rgb(150,8,249); }

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

<style>
 span { border-color: #9608F9; }

 span { border-color: rgb(150,8,249); }

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