#90519D

Color #90519D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #90519D

Tints of Violet Blue #90519D

Color information

#90519D (or 0x90519D) is unknown color: approx Violet Blue. HEX triplet: 90, 51 and 9D. RGB value is (144,81,157). Sum of RGB (Red+Green+Blue) = 144+81+157=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #90519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90519D is #6FAE62. Grayscale: #6C6C6C. Windows color (decimal): -7319139 or 10310032. OLE color: 10310032.

HSL color Cylindrical-coordinate representation of color #90519D: hue angle of 289.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90519D is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14481157-
CMYK0.080.4800.38
HSL289.74º31.93%46.67%-
HSV(B)289.74º48.41%61.57%-
XYZ20.5314.2533.57-
YUV108.5155.37153.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=37.70%
G=21.20%
B=41.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144811570.080.4800.38289.7431.9346.67
Hex90519D830026122202f
Octal22012123510600464424057
Binary1001000010100011001110110001100000100110100100010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90519D; }

 p { color: rgb(144,81,157); }

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

<style>
 a { background-color: #90519D; }

 a { background-color: rgb(144,81,157); }

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

<style>
 span { border-color: #90519D; }

 span { border-color: rgb(144,81,157); }

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