#90529D

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

Shades of Violet Blue #90529D

Tints of Violet Blue #90529D

Color information

#90529D (or 0x90529D) is unknown color: approx Violet Blue. HEX triplet: 90, 52 and 9D. RGB value is (144,82,157). Sum of RGB (Red+Green+Blue) = 144+82+157=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #90529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90529D is #6FAD62. Grayscale: #6C6C6C. Windows color (decimal): -7318883 or 10310288. OLE color: 10310288.

HSL color Cylindrical-coordinate representation of color #90529D: hue angle of 289.6º degrees, saturation: 0.31, 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 #90529D is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14482157-
CMYK0.080.4800.38
HSL289.6º31.38%46.86%-
HSV(B)289.6º47.77%61.57%-
XYZ20.614.433.59-
YUV109.09155.04152.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=37.60%
G=21.41%
B=40.99%

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
Decimal144821570.080.4800.38289.631.3846.86
Hex90529D8300261221f2f
Octal22012223510600464423757
Binary100100001010010100111011000110000010011010010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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