#906898

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

Shades of Violet Blue #906898

Tints of Violet Blue #906898

Color information

#906898 (or 0x906898) is unknown color: approx Violet Blue. HEX triplet: 90, 68 and 98. RGB value is (144,104,152). Sum of RGB (Red+Green+Blue) = 144+104+152=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #906898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906898 is #6F9767. Grayscale: #797979. Windows color (decimal): -7313256 or 9988240. OLE color: 9988240.

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

Color convert

RGB144104152-
CMYK0.050.3200.40
HSL290º18.9%50.2%-
HSV(B)290º31.58%59.61%-
XYZ22.1218.132.03-
YUV121.43145.25144.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 152 (59.77% from 255) = 38%
R=36%
G=26%
B=38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441041520.050.3200.4029018.950.2
Hex9068985200281221332
Octal2201502305400504422362
Binary10010000110100010011000101100000010100010010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906898; }

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

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

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

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

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

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

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

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