#9F06BE

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

Shades of Dark Violet #9F06BE

Tints of Dark Violet #9F06BE

Color information

#9F06BE (or 0x9F06BE) is unknown color: approx Dark Violet. HEX triplet: 9F, 06 and BE. RGB value is (159,6,190). Sum of RGB (Red+Green+Blue) = 159+6+190=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F06BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06BE is #60F941. Grayscale: #484848. Windows color (decimal): -6355266 or 12453535. OLE color: 12453535.

HSL color Cylindrical-coordinate representation of color #9F06BE: hue angle of 289.89º degrees, saturation: 0.94, 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 #9F06BE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1596190-
CMYK0.160.9700.25
HSL289.89º93.88%38.43%-
HSV(B)289.89º96.84%74.51%-
XYZ23.6611.2249.63-
YUV72.72194.19189.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=44.79%
G=1.69%
B=53.52%

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
Decimal15961900.160.9700.25289.8993.8838.43
Hex9F6BE10610191225e26
Octal23762762014103144213646
Binary10011111110101111101000011000010110011001000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F06BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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