Html Css Color HEX #90599D Violet Blue

📋 copy color: '#90599D'

red 144 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #90599D

Tints of Violet Blue #90599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 36.92%
G = 22.82%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90599D (or 0x90599D) is known color: Violet Blue. HEX triplet: 90, 59 and 9D. RGB value is (144,89,157). Sum of RGB (Red+Green+Blue) = 144+89+157=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #90599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599D is #6FA662. Grayscale: #707070. Windows color (decimal): -7317091 or 10312080. OLE color: 10312080.

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

Color convert

RGB 144 89 157 -
CMYK 0.08 0.43 0 0.38
HSL 288.53º 0.28% 0.48% -
HSV(B) 288.53º 0.43% 0.62% -
XYZ 21.16 15.51 33.78 -
YUV 113.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 144 89 157 0.08 0.43 0 0.38 288.53 0.28 0.48
Hex 90 59 9D 8 2B 0 26 121 1C 30
Octal 220 131 235 10 53 0 46 441 34 60
Binary 10010000 1011001 10011101 1000 101011 0 100110 100100001 11100 110000

Color Harmonies of #90599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90599D

Black with #90599D

Text Example


Text Example

White with #90599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90599D;
 }
 .AnyTagClassName
 {
   color: #90599D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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