#955991

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

Shades of Violet Blue #955991

Tints of Violet Blue #955991

Color information

#955991 (or 0x955991) is unknown color: approx Violet Blue. HEX triplet: 95, 59 and 91. RGB value is (149,89,145). Sum of RGB (Red+Green+Blue) = 149+89+145=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955991 is #6AA66E. Grayscale: #717171. Windows color (decimal): -6989423 or 9525653. OLE color: 9525653.

HSL color Cylindrical-coordinate representation of color #955991: hue angle of 304º 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 #955991 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14989145-
CMYK00.400.030.42
HSL304º25.21%46.67%-
HSV(B)304º40.27%58.43%-
XYZ21.0815.5828.68-
YUV113.32145.88153.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=38.90%
G=23.24%
B=37.86%

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
Decimal1498914500.400.030.4230425.2146.67
Hex95599102832A130192f
Octal2251312210503524603157
Binary1001010110110011001000101010001110101010011000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955991; }

 p { color: rgb(149,89,145); }

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

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

 a { background-color: rgb(149,89,145); }

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

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

 span { border-color: rgb(149,89,145); }

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