#9F05BE

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

Shades of Dark Violet #9F05BE

Tints of Dark Violet #9F05BE

Color information

#9F05BE (or 0x9F05BE) is unknown color: approx Dark Violet. HEX triplet: 9F, 05 and BE. RGB value is (159,5,190). Sum of RGB (Red+Green+Blue) = 159+5+190=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F05BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05BE is #60FA41. Grayscale: #474747. Windows color (decimal): -6355522 or 12453279. OLE color: 12453279.

HSL color Cylindrical-coordinate representation of color #9F05BE: hue angle of 289.95º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F05BE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1595190-
CMYK0.160.9700.25
HSL289.95º94.87%38.24%-
HSV(B)289.95º97.37%74.51%-
XYZ23.6511.249.63-
YUV72.14194.52189.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=44.92%
G=1.41%
B=53.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15951900.160.9700.25289.9594.8738.24
Hex9F5BE10610191225f26
Octal23752762014103144213746
Binary10011111101101111101000011000010110011001000101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F05BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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