Html Css Color HEX #906499 Violet Blue

📋 copy color: '#906499'

red 144 ◦ green 100 ◦ blue 153

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

Shades of Violet Blue #906499

Tints of Violet Blue #906499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 36.27%
G = 25.19%
B = 38.54%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#906499 (or 0x906499) is known color: Violet Blue. HEX triplet: 90, 64 and 99. RGB value is (144,100,153). Sum of RGB (Red+Green+Blue) = 144+100+153=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #906499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906499 is #6F9B66. Grayscale: #777777. Windows color (decimal): -7314279 or 10052752. OLE color: 10052752.

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

Color convert

RGB 144 100 153 -
CMYK 0.06 0.35 0 0.4
HSL 289.81º 0.21% 0.5% -
HSV(B) 289.81º 0.35% 0.6% -
XYZ 21.81 17.34 32.34 -
YUV 119.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 144 100 153 0.06 0.35 0 0.4 289.81 0.21 0.5
Hex 90 64 99 6 23 0 28 122 15 32
Octal 220 144 231 6 43 0 50 442 25 62
Binary 10010000 1100100 10011001 110 100011 0 101000 100100010 10101 110010

Color Harmonies of #906499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906499

Black with #906499

Text Example


Text Example

White with #906499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906499; }

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

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

background-color css

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

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

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

border-color css

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

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

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