#906597

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

Shades of Violet Blue #906597

Tints of Violet Blue #906597

Color information

#906597 (or 0x906597) is unknown color: approx Violet Blue. HEX triplet: 90, 65 and 97. RGB value is (144,101,151). Sum of RGB (Red+Green+Blue) = 144+101+151=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #906597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906597 is #6F9A68. Grayscale: #777777. Windows color (decimal): -7314025 or 9921936. OLE color: 9921936.

HSL color Cylindrical-coordinate representation of color #906597: hue angle of 291.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906597 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144101151-
CMYK0.050.3300.41
HSL291.6º19.84%49.41%-
HSV(B)291.6º33.11%59.22%-
XYZ21.7417.4731.5-
YUV119.56145.75145.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=36.36%
G=25.51%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441011510.050.3300.41291.619.8449.41
Hex9065975210291241431
Octal2201452275410514442461
Binary10010000110010110010111101100001010100110010010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906597; }

 p { color: rgb(144,101,151); }

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

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

 a { background-color: rgb(144,101,151); }

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

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

 span { border-color: rgb(144,101,151); }

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