#9910EB

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

Shades of Dark Violet #9910EB

Tints of Dark Violet #9910EB

Color information

#9910EB (or 0x9910EB) is unknown color: approx Dark Violet. HEX triplet: 99, 10 and EB. RGB value is (153,16,235). Sum of RGB (Red+Green+Blue) = 153+16+235=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9910EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9910EB is #66EF14. Grayscale: #515151. Windows color (decimal): -6745877 or 15405209. OLE color: 15405209.

HSL color Cylindrical-coordinate representation of color #9910EB: hue angle of 277.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9910EB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15316235-
CMYK0.350.9300.08
HSL277.53º87.25%49.22%-
HSV(B)277.53º93.19%92.16%-
XYZ28.3213.1479.64-
YUV81.93214.39178.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 16 (6.64% from 255) = 3.96%
BLUE value IS 235 (92.19% from 255) = 58.17%
R=37.87%
G=3.96%
B=58.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153162350.350.9300.08277.5387.2549.22
Hex9910EB235D081165731
Octal231203534313501042612761
Binary1001100110000111010111000111011101010001000101101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9910EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9910EB; }

 p { color: rgb(153,16,235); }

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

<style>
 a { background-color: #9910EB; }

 a { background-color: rgb(153,16,235); }

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

<style>
 span { border-color: #9910EB; }

 span { border-color: rgb(153,16,235); }

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