#955795

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

Shades of Violet Blue #955795

Tints of Violet Blue #955795

Color information

#955795 (or 0x955795) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 95. RGB value is (149,87,149). Sum of RGB (Red+Green+Blue) = 149+87+149=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955795 is #6AA86A. Grayscale: #707070. Windows color (decimal): -6989931 or 9787285. OLE color: 9787285.

HSL color Cylindrical-coordinate representation of color #955795: 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.42%. Process color model (Four color, CMYK) of #955795 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14987149-
CMYK00.4200.42
HSL300º26.27%46.27%-
HSV(B)300º41.61%58.43%-
XYZ21.2315.3830.28-
YUV112.61148.54153.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=38.70%
G=22.60%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498714900.4200.4230026.2746.27
Hex95579502A02A12c1a2e
Octal2251272250520524543256
Binary100101011010111100101010101010010101010010110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955795; }

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

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

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

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

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

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

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

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