#9604F0

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

Shades of Dark Violet #9604F0

Tints of Dark Violet #9604F0

Color information

#9604F0 (or 0x9604F0) is unknown color: approx Dark Violet. HEX triplet: 96, 04 and F0. RGB value is (150,4,240). Sum of RGB (Red+Green+Blue) = 150+4+240=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 240 (94.14% from 255 or 60.91% from 394); Max value from RGB is 240 - color contains mainly: blue. Hex color #9604F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9604F0 is #69FB0F. Grayscale: #494949. Windows color (decimal): -6945552 or 15729814. OLE color: 15729814.

HSL color Cylindrical-coordinate representation of color #9604F0: hue angle of 277.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604F0 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1504240-
CMYK0.370.9800.06
HSL277.12º96.72%47.84%-
HSV(B)277.12º98.33%94.12%-
XYZ28.3512.8683.43-
YUV74.56221.37181.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 240 (94.14% from 255) = 60.91%
R=38.07%
G=1.02%
B=60.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15042400.370.9800.06277.1296.7247.84
Hex964F02562061156130
Octal2264360451420642514160
Binary1001011010011110000100101110001001101000101011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9604F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9604F0; }

 p { color: rgb(150,4,240); }

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

<style>
 a { background-color: #9604F0; }

 a { background-color: rgb(150,4,240); }

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

<style>
 span { border-color: #9604F0; }

 span { border-color: rgb(150,4,240); }

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