#9610E9

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

Shades of Dark Violet #9610E9

Tints of Dark Violet #9610E9

Color information

#9610E9 (or 0x9610E9) is unknown color: approx Dark Violet. HEX triplet: 96, 10 and E9. RGB value is (150,16,233). Sum of RGB (Red+Green+Blue) = 150+16+233=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #9610E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9610E9 is #69EF16. Grayscale: #505050. Windows color (decimal): -6942487 or 15274134. OLE color: 15274134.

HSL color Cylindrical-coordinate representation of color #9610E9: hue angle of 277.05º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9610E9 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15016233-
CMYK0.360.9300.09
HSL277.05º87.15%48.82%-
HSV(B)277.05º93.13%91.37%-
XYZ27.4712.7478.1-
YUV80.8213.89177.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 16 (6.64% from 255) = 4.01%
BLUE value IS 233 (91.41% from 255) = 58.40%
R=37.59%
G=4.01%
B=58.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150162330.360.9300.09277.0587.1548.82
Hex9610E9245D091155731
Octal226203514413501142512761
Binary1001011010000111010011001001011101010011000101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9610E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9610E9; }

 p { color: rgb(150,16,233); }

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

<style>
 a { background-color: #9610E9; }

 a { background-color: rgb(150,16,233); }

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

<style>
 span { border-color: #9610E9; }

 span { border-color: rgb(150,16,233); }

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