#90509A

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

Shades of Violet Blue #90509A

Tints of Violet Blue #90509A

Color information

#90509A (or 0x90509A) is unknown color: approx Violet Blue. HEX triplet: 90, 50 and 9A. RGB value is (144,80,154). Sum of RGB (Red+Green+Blue) = 144+80+154=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #90509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90509A is #6FAF65. Grayscale: #6B6B6B. Windows color (decimal): -7319398 or 10113168. OLE color: 10113168.

HSL color Cylindrical-coordinate representation of color #90509A: hue angle of 291.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90509A is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14480154-
CMYK0.060.4800.40
HSL291.89º31.62%45.88%-
HSV(B)291.89º48.05%60.39%-
XYZ20.21432.21-
YUV107.57154.2153.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=38.10%
G=21.16%
B=40.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144801540.060.4800.40291.8931.6245.88
Hex90509A630028124202e
Octal2201202326600504444056
Binary100100001010000100110101101100000101000100100100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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