Html Css Color HEX #90509B Violet Blue

📋 copy color: '#90509B'

red 144 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #90509B

Tints of Violet Blue #90509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 37.99%
G = 21.11%
B = 40.9%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90509B (or 0x90509B) is known color: Violet Blue. HEX triplet: 90, 50 and 9B. RGB value is (144,80,155). Sum of RGB (Red+Green+Blue) = 144+80+155=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #90509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90509B is #6FAF64. Grayscale: #6B6B6B. Windows color (decimal): -7319397 or 10178704. OLE color: 10178704.

HSL color Cylindrical-coordinate representation of color #90509B: hue angle of 291.2º degrees, saturation: 0.32, 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 #90509B is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 80 155 -
CMYK 0.07 0.48 0 0.39
HSL 291.2º 0.32% 0.46% -
HSV(B) 291.2º 0.48% 0.61% -
XYZ 20.29 14.03 32.65 -
YUV 107.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 144 80 155 0.07 0.48 0 0.39 291.2 0.32 0.46
Hex 90 50 9B 7 30 0 27 123 20 2E
Octal 220 120 233 7 60 0 47 443 40 56
Binary 10010000 1010000 10011011 111 110000 0 100111 100100011 100000 101110

Color Harmonies of #90509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90509B

Black with #90509B

Text Example


Text Example

White with #90509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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