#9A0FEF

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

Shades of Dark Violet #9A0FEF

Tints of Dark Violet #9A0FEF

Color information

#9A0FEF (or 0x9A0FEF) is unknown color: approx Dark Violet. HEX triplet: 9A, 0F and EF. RGB value is (154,15,239). Sum of RGB (Red+Green+Blue) = 154+15+239=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0FEF is #65F010. Grayscale: #515151. Windows color (decimal): -6680593 or 15667098. OLE color: 15667098.

HSL color Cylindrical-coordinate representation of color #9A0FEF: hue angle of 277.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0FEF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15415239-
CMYK0.360.9400.06
HSL277.23º88.19%49.8%-
HSV(B)277.23º93.72%93.73%-
XYZ29.0813.4482.72-
YUV82.1216.55179.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 15 (6.25% from 255) = 3.68%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=37.75%
G=3.68%
B=58.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal154152390.360.9400.06277.2388.1949.8
Hex9AFEF245E061155832
Octal23217357441360642513062
Binary10011010111111101111100100101111001101000101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,15,239); }

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

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

 a { background-color: rgb(154,15,239); }

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

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

 span { border-color: rgb(154,15,239); }

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