#90519E

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

Shades of Violet Blue #90519E

Tints of Violet Blue #90519E

Color information

#90519E (or 0x90519E) is unknown color: approx Violet Blue. HEX triplet: 90, 51 and 9E. RGB value is (144,81,158). Sum of RGB (Red+Green+Blue) = 144+81+158=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #90519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90519E is #6FAE61. Grayscale: #6C6C6C. Windows color (decimal): -7319138 or 10375568. OLE color: 10375568.

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

Color convert

RGB14481158-
CMYK0.090.4900.38
HSL289.09º32.22%46.86%-
HSV(B)289.09º48.73%61.96%-
XYZ20.6214.2834.02-
YUV108.62155.87153.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=37.60%
G=21.15%
B=41.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144811580.090.4900.38289.0932.2246.86
Hex90519E931026121202f
Octal22012123611610464414057
Binary1001000010100011001111010011100010100110100100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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