#955A90

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

Shades of Violet Blue #955A90

Tints of Violet Blue #955A90

Color information

#955A90 (or 0x955A90) is unknown color: approx Violet Blue. HEX triplet: 95, 5A and 90. RGB value is (149,90,144). Sum of RGB (Red+Green+Blue) = 149+90+144=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A90 is #6AA56F. Grayscale: #717171. Windows color (decimal): -6989168 or 9460373. OLE color: 9460373.

HSL color Cylindrical-coordinate representation of color #955A90: hue angle of 305.08º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A90 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14990144-
CMYK00.400.030.42
HSL305.08º24.69%46.86%-
HSV(B)305.08º39.6%58.43%-
XYZ21.0815.7228.31-
YUV113.8145.05153.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=38.90%
G=23.50%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499014400.400.030.42305.0824.6946.86
Hex955A9002832A131192f
Octal2251322200503524613157
Binary1001010110110101001000001010001110101010011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A90; }

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

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

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

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

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

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

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

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