#9F10EB

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

Shades of Dark Violet #9F10EB

Tints of Dark Violet #9F10EB

Color information

#9F10EB (or 0x9F10EB) is unknown color: approx Dark Violet. HEX triplet: 9F, 10 and EB. RGB value is (159,16,235). Sum of RGB (Red+Green+Blue) = 159+16+235=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F10EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F10EB is #60EF14. Grayscale: #525252. Windows color (decimal): -6352661 or 15405215. OLE color: 15405215.

HSL color Cylindrical-coordinate representation of color #9F10EB: hue angle of 279.18º 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 #9F10EB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15916235-
CMYK0.320.9300.08
HSL279.18º87.25%49.22%-
HSV(B)279.18º93.19%92.16%-
XYZ29.4813.7479.7-
YUV83.72213.38181.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 16 (6.64% from 255) = 3.90%
BLUE value IS 235 (92.19% from 255) = 57.32%
R=38.78%
G=3.90%
B=57.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal159162350.320.9300.08279.1887.2549.22
Hex9F10EB205D081175731
Octal237203534013501042712761
Binary1001111110000111010111000001011101010001000101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F10EB; }

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

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

<style>
 a { background-color: #9F10EB; }

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

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

<style>
 span { border-color: #9F10EB; }

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

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