Html Css Color HEX #90559B Violet Blue

📋 copy color: '#90559B'

red 144 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #90559B

Tints of Violet Blue #90559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 37.5%
G = 22.14%
B = 40.36%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90559B (or 0x90559B) is known color: Violet Blue. HEX triplet: 90, 55 and 9B. RGB value is (144,85,155). Sum of RGB (Red+Green+Blue) = 144+85+155=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #90559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90559B is #6FAA64. Grayscale: #6E6E6E. Windows color (decimal): -7318117 or 10179984. OLE color: 10179984.

HSL color Cylindrical-coordinate representation of color #90559B: hue angle of 290.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90559B is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 85 155 -
CMYK 0.07 0.45 0 0.39
HSL 290.57º 0.29% 0.47% -
HSV(B) 290.57º 0.45% 0.61% -
XYZ 20.67 14.79 32.78 -
YUV 110.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 144 85 155 0.07 0.45 0 0.39 290.57 0.29 0.47
Hex 90 55 9B 7 2D 0 27 123 1D 2F
Octal 220 125 233 7 55 0 47 443 35 57
Binary 10010000 1010101 10011011 111 101101 0 100111 100100011 11101 101111

Color Harmonies of #90559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90559B

Black with #90559B

Text Example


Text Example

White with #90559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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