#905E95

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

Shades of Violet Blue #905E95

Tints of Violet Blue #905E95

Color information

#905E95 (or 0x905E95) is unknown color: approx Violet Blue. HEX triplet: 90, 5E and 95. RGB value is (144,94,149). Sum of RGB (Red+Green+Blue) = 144+94+149=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #905E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905E95 is #6FA16A. Grayscale: #737373. Windows color (decimal): -7315819 or 9789072. OLE color: 9789072.

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

Color convert

RGB14494149-
CMYK0.030.3700.42
HSL294.55º22.63%47.65%-
HSV(B)294.55º36.91%58.43%-
XYZ20.9316.130.44-
YUV115.22147.06148.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=37.21%
G=24.29%
B=38.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144941490.030.3700.42294.5522.6347.65
Hex905E9532502A1271730
Octal2201362253450524472760
Binary1001000010111101001010111100101010101010010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905E95; }

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

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

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

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

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

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

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

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