Html Css Color HEX #90509F Violet Blue

📋 copy color: '#90509F'

red 144 ◦ green 80 ◦ blue 159

#90509F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #90509F

Tints of Violet Blue #90509F

RGB

 RED value IS 144 (56.64% from 255) = 37.6%

 GREEN value IS 80 (31.64% from 255) = 20.89%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 37.6%
G = 20.89%
B = 41.51%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90509F (or 0x90509F) is known color: Violet Blue. HEX triplet: 90, 50 and 9F. RGB value is (144,80,159). Sum of RGB (Red+Green+Blue) = 144+80+159=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #90509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90509F is #6FAF60. Grayscale: #6B6B6B. Windows color (decimal): -7319393 or 10440848. OLE color: 10440848.

HSL color Cylindrical-coordinate representation of color #90509F: hue angle of 288.61º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90509F is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 80 159 -
CMYK 0.09 0.50 0 0.38
HSL 288.61º 0.33% 0.47% -
HSV(B) 288.61º 0.5% 0.62% -
XYZ 20.63 14.17 34.45 -
YUV 108.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 144 80 159 0.09 0.50 0 0.38 288.61 0.33 0.47
Hex 90 50 9F 9 32 0 26 121 21 2F
Octal 220 120 237 11 62 0 46 441 41 57
Binary 10010000 1010000 10011111 1001 110010 0 100110 100100001 100001 101111

Color Harmonies of #90509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90509F

Black with #90509F

Text Example


Text Example

White with #90509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90509F;
 }
 .AnyTagClassName
 {
   color: #90509F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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