#90519B

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

Shades of Violet Blue #90519B

Tints of Violet Blue #90519B

Color information

#90519B (or 0x90519B) is unknown color: approx Violet Blue. HEX triplet: 90, 51 and 9B. RGB value is (144,81,155). Sum of RGB (Red+Green+Blue) = 144+81+155=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #90519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90519B is #6FAE64. Grayscale: #6C6C6C. Windows color (decimal): -7319141 or 10178960. OLE color: 10178960.

HSL color Cylindrical-coordinate representation of color #90519B: hue angle of 291.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90519B is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14481155-
CMYK0.070.4800.39
HSL291.08º31.36%46.27%-
HSV(B)291.08º47.74%60.78%-
XYZ20.3614.1832.67-
YUV108.27154.37153.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=37.89%
G=21.32%
B=40.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144811550.070.4800.39291.0831.3646.27
Hex90519B7300271231f2e
Octal2201212337600474433756
Binary10010000101000110011011111110000010011110010001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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