#9F0BBE

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

Shades of Dark Violet #9F0BBE

Tints of Dark Violet #9F0BBE

Color information

#9F0BBE (or 0x9F0BBE) is unknown color: approx Dark Violet. HEX triplet: 9F, 0B and BE. RGB value is (159,11,190). Sum of RGB (Red+Green+Blue) = 159+11+190=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BBE is #60F441. Grayscale: #4B4B4B. Windows color (decimal): -6353986 or 12454815. OLE color: 12454815.

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

Color convert

RGB15911190-
CMYK0.160.9400.25
HSL289.61º89.05%39.41%-
HSV(B)289.61º94.21%74.51%-
XYZ23.7111.3349.65-
YUV75.66192.53187.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=44.17%
G=3.06%
B=52.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159111900.160.9400.25289.6189.0539.41
Hex9FBBE105E0191225927
Octal237132762013603144213147
Binary100111111011101111101000010111100110011001000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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