#955895

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

Shades of Violet Blue #955895

Tints of Violet Blue #955895

Color information

#955895 (or 0x955895) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 95. RGB value is (149,88,149). Sum of RGB (Red+Green+Blue) = 149+88+149=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955895 is #6AA76A. Grayscale: #717171. Windows color (decimal): -6989675 or 9787541. OLE color: 9787541.

HSL color Cylindrical-coordinate representation of color #955895: hue angle of 300º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955895 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14988149-
CMYK00.4100.42
HSL300º25.74%46.47%-
HSV(B)300º40.94%58.43%-
XYZ21.3115.5430.31-
YUV113.19148.21153.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=38.60%
G=22.80%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498814900.4100.4230025.7446.47
Hex95589502902A12c1a2e
Octal2251302250510524543256
Binary100101011011000100101010101001010101010010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955895; }

 p { color: rgb(149,88,149); }

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

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

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

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

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

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

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