Html Css Color HEX #906099 Violet Blue

📋 copy color: '#906099'

red 144 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #906099

Tints of Violet Blue #906099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 36.64%
G = 24.43%
B = 38.93%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906099 (or 0x906099) is known color: Violet Blue. HEX triplet: 90, 60 and 99. RGB value is (144,96,153). Sum of RGB (Red+Green+Blue) = 144+96+153=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #906099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906099 is #6F9F66. Grayscale: #747474. Windows color (decimal): -7315303 or 10051728. OLE color: 10051728.

HSL color Cylindrical-coordinate representation of color #906099: hue angle of 290.53º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906099 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 96 153 -
CMYK 0.06 0.37 0 0.4
HSL 290.53º 0.23% 0.49% -
HSV(B) 290.53º 0.37% 0.6% -
XYZ 21.43 16.59 32.21 -
YUV 116.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 144 96 153 0.06 0.37 0 0.4 290.53 0.23 0.49
Hex 90 60 99 6 25 0 28 123 17 31
Octal 220 140 231 6 45 0 50 443 27 61
Binary 10010000 1100000 10011001 110 100101 0 101000 100100011 10111 110001

Color Harmonies of #906099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906099

Black with #906099

Text Example


Text Example

White with #906099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906099; }

 p { color: rgb(144,96,153); }

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

background-color css

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

 a { background-color: rgb(144,96,153); }

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

border-color css

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

 span { border-color: rgb(144,96,153); }

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