#9F05E7

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

Shades of Dark Violet #9F05E7

Tints of Dark Violet #9F05E7

Color information

#9F05E7 (or 0x9F05E7) is unknown color: approx Dark Violet. HEX triplet: 9F, 05 and E7. RGB value is (159,5,231). Sum of RGB (Red+Green+Blue) = 159+5+231=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F05E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F05E7 is #60FA18. Grayscale: #4C4C4C. Windows color (decimal): -6355481 or 15140255. OLE color: 15140255.

HSL color Cylindrical-coordinate representation of color #9F05E7: hue angle of 280.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F05E7 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1595231-
CMYK0.310.9800.09
HSL280.88º95.76%46.27%-
HSV(B)280.88º97.84%90.59%-
XYZ28.7813.2576.64-
YUV76.81215.02186.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 5 (2.34% from 255) = 1.27%
BLUE value IS 231 (90.62% from 255) = 58.48%
R=40.25%
G=1.27%
B=58.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15952310.310.9800.09280.8895.7646.27
Hex9F5E71F6209119602e
Octal23753473714201143114056
Binary1001111110111100111111111100010010011000110011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,5,231); }

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

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

 a { background-color: rgb(159,5,231); }

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

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

 span { border-color: rgb(159,5,231); }

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