#990ABF

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

Shades of Dark Violet #990ABF

Tints of Dark Violet #990ABF

Color information

#990ABF (or 0x990ABF) is unknown color: approx Dark Violet. HEX triplet: 99, 0A and BF. RGB value is (153,10,191). Sum of RGB (Red+Green+Blue) = 153+10+191=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #990ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ABF is #66F540. Grayscale: #484848. Windows color (decimal): -6747457 or 12520089. OLE color: 12520089.

HSL color Cylindrical-coordinate representation of color #990ABF: hue angle of 287.4º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990ABF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15310191-
CMYK0.200.9500.25
HSL287.4º90.05%39.41%-
HSV(B)287.4º94.76%74.9%-
XYZ22.6510.7550.17-
YUV73.39194.38184.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 191 (75% from 255) = 53.95%
R=43.22%
G=2.82%
B=53.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153101910.200.9500.25287.490.0539.41
Hex99ABF145F01911f5a27
Octal231122772413703143713247
Binary100110011010101111111010010111110110011000111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990ABF; }

 p { color: rgb(153,10,191); }

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

<style>
 a { background-color: #990ABF; }

 a { background-color: rgb(153,10,191); }

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

<style>
 span { border-color: #990ABF; }

 span { border-color: rgb(153,10,191); }

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