#955595

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

Shades of Violet Blue #955595

Tints of Violet Blue #955595

Color information

#955595 (or 0x955595) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 95. RGB value is (149,85,149). Sum of RGB (Red+Green+Blue) = 149+85+149=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955595 is #6AAA6A. Grayscale: #6F6F6F. Windows color (decimal): -6990443 or 9786773. OLE color: 9786773.

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

Color convert

RGB14985149-
CMYK00.4300.42
HSL300º27.35%45.88%-
HSV(B)300º42.95%58.43%-
XYZ21.0715.0630.23-
YUV111.43149.2154.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=38.90%
G=22.19%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498514900.4300.4230027.3545.88
Hex95559502B02A12c1b2e
Octal2251252250530524543356
Binary100101011010101100101010101011010101010010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955595; }

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

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

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

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

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

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

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

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