#9601EE

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

Shades of Dark Violet #9601EE

Tints of Dark Violet #9601EE

Color information

#9601EE (or 0x9601EE) is unknown color: approx Dark Violet. HEX triplet: 96, 01 and EE. RGB value is (150,1,238). Sum of RGB (Red+Green+Blue) = 150+1+238=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #9601EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9601EE is #69FE11. Grayscale: #474747. Windows color (decimal): -6946322 or 15597974. OLE color: 15597974.

HSL color Cylindrical-coordinate representation of color #9601EE: hue angle of 277.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9601EE is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1501238-
CMYK0.371.0000.07
HSL277.72º99.16%46.86%-
HSV(B)277.72º99.58%93.33%-
XYZ28.0212.6881.86-
YUV72.57221.36183.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 238 (93.36% from 255) = 61.18%
R=38.56%
G=0.26%
B=61.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15012380.371.0000.07277.7299.1646.86
Hex961EE256407116632f
Octal2261356451440742614357
Binary10010110111101110100101110010001111000101101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9601EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9601EE; }

 p { color: rgb(150,1,238); }

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

<style>
 a { background-color: #9601EE; }

 a { background-color: rgb(150,1,238); }

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

<style>
 span { border-color: #9601EE; }

 span { border-color: rgb(150,1,238); }

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