#955395

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

Shades of Violet Blue #955395

Tints of Violet Blue #955395

Color information

#955395 (or 0x955395) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 95. RGB value is (149,83,149). Sum of RGB (Red+Green+Blue) = 149+83+149=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #955395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955395 is #6AAC6A. Grayscale: #6E6E6E. Windows color (decimal): -6990955 or 9786261. OLE color: 9786261.

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

Color convert

RGB14983149-
CMYK00.4400.42
HSL300º28.45%45.49%-
HSV(B)300º44.3%58.43%-
XYZ20.9114.7530.18-
YUV110.26149.87155.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=39.11%
G=21.78%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498314900.4400.4230028.4545.49
Hex95539502C02A12c1c2d
Octal2251232250540524543455
Binary100101011010011100101010101100010101010010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955395; }

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

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

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

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

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

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

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

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