#906095

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

Shades of Violet Blue #906095

Tints of Violet Blue #906095

Color information

#906095 (or 0x906095) is unknown color: approx Violet Blue. HEX triplet: 90, 60 and 95. RGB value is (144,96,149). Sum of RGB (Red+Green+Blue) = 144+96+149=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #906095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906095 is #6F9F6A. Grayscale: #747474. Windows color (decimal): -7315307 or 9789584. OLE color: 9789584.

HSL color Cylindrical-coordinate representation of color #906095: hue angle of 294.34º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906095 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14496149-
CMYK0.030.3600.42
HSL294.34º21.63%48.04%-
HSV(B)294.34º35.57%58.43%-
XYZ21.1116.4630.5-
YUV116.39146.4147.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=37.02%
G=24.68%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144961490.030.3600.42294.3421.6348.04
Hex90609532402A1261630
Octal2201402253440524462660
Binary1001000011000001001010111100100010101010010011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906095; }

 p { color: rgb(144,96,149); }

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

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

 a { background-color: rgb(144,96,149); }

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

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

 span { border-color: rgb(144,96,149); }

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