#906796

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

Shades of Violet Blue #906796

Tints of Violet Blue #906796

Color information

#906796 (or 0x906796) is unknown color: approx Violet Blue. HEX triplet: 90, 67 and 96. RGB value is (144,103,150). Sum of RGB (Red+Green+Blue) = 144+103+150=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #906796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906796 is #6F9869. Grayscale: #787878. Windows color (decimal): -7313514 or 9856912. OLE color: 9856912.

HSL color Cylindrical-coordinate representation of color #906796: hue angle of 292.34º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906796 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144103150-
CMYK0.040.3100.41
HSL292.34º18.58%49.61%-
HSV(B)292.34º31.33%58.82%-
XYZ21.8617.8331.14-
YUV120.62144.58144.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=36.27%
G=25.94%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441031500.040.3100.41292.3418.5849.61
Hex90679641F0291241332
Octal2201472264370514442362
Binary1001000011001111001011010011111010100110010010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906796; }

 p { color: rgb(144,103,150); }

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

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

 a { background-color: rgb(144,103,150); }

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

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

 span { border-color: rgb(144,103,150); }

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