#906498

Color #906498 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #906498

Tints of Violet Blue #906498

Color information

#906498 (or 0x906498) is unknown color: approx Violet Blue. HEX triplet: 90, 64 and 98. RGB value is (144,100,152). Sum of RGB (Red+Green+Blue) = 144+100+152=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #906498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906498 is #6F9B67. Grayscale: #767676. Windows color (decimal): -7314280 or 9987216. OLE color: 9987216.

HSL color Cylindrical-coordinate representation of color #906498: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906498 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144100152-
CMYK0.050.3400.40
HSL290.77º20.63%49.41%-
HSV(B)290.77º34.21%59.61%-
XYZ21.7317.3131.9-
YUV119.08146.58145.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=36.36%
G=25.25%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441001520.050.3400.40290.7720.6349.41
Hex9064985220281231531
Octal2201442305420504432561
Binary10010000110010010011000101100010010100010010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906498; }

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

 H1.HeaderClassName
 {
   color: #906498;
 }
 .AnyTagClassName
 {
   color: #906498;
 }
</style>
background-color css

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

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

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

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

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

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