#90509D

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

Shades of Violet Blue #90509D

Tints of Violet Blue #90509D

Color information

#90509D (or 0x90509D) is unknown color: approx Violet Blue. HEX triplet: 90, 50 and 9D. RGB value is (144,80,157). Sum of RGB (Red+Green+Blue) = 144+80+157=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #90509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90509D is #6FAF62. Grayscale: #6B6B6B. Windows color (decimal): -7319395 or 10309776. OLE color: 10309776.

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

Color convert

RGB14480157-
CMYK0.080.4900.38
HSL289.87º32.49%46.47%-
HSV(B)289.87º49.04%61.57%-
XYZ20.4614.133.54-
YUV107.91155.7153.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=37.80%
G=21.00%
B=41.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144801570.080.4900.38289.8732.4946.47
Hex90509D831026122202e
Octal22012023510610464424056
Binary1001000010100001001110110001100010100110100100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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