#990ad0

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

Shades of Dark Violet #990AD0

Tints of Dark Violet #990AD0

Color information

#990AD0 (or 0x990AD0) is unknown color: approx Dark Violet. HEX triplet: 99, 0A and D0. RGB value is (153,10,208). Sum of RGB (Red+Green+Blue) = 153+10+208=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #990AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990AD0 is #66F52F. Grayscale: #4A4A4A. Windows color (decimal): -6747440 or 13634201. OLE color: 13634201.

HSL color Cylindrical-coordinate representation of color #990AD0: hue angle of 283.33º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990AD0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15310208-
CMYK0.260.9500.18
HSL283.33º90.83%42.75%-
HSV(B)283.33º95.19%81.57%-
XYZ24.6311.5460.6-
YUV75.33202.88183.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 10 (4.30% from 255) = 2.70%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=41.24%
G=2.70%
B=56.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153102080.260.9500.18283.3390.8342.75
Hex99AD01A5F01211b5b2b
Octal231123203213702243313353
Binary100110011010110100001101010111110100101000110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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