#955391

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

Shades of Violet Blue #955391

Tints of Violet Blue #955391

Color information

#955391 (or 0x955391) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 91. RGB value is (149,83,145). Sum of RGB (Red+Green+Blue) = 149+83+145=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955391 is #6AAC6E. Grayscale: #6D6D6D. Windows color (decimal): -6990959 or 9524117. OLE color: 9524117.

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

Color convert

RGB14983145-
CMYK00.440.030.42
HSL303.64º28.45%45.49%-
HSV(B)303.64º44.3%58.43%-
XYZ20.614.6228.52-
YUV109.8147.87155.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=39.52%
G=22.02%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498314500.440.030.42303.6428.4545.49
Hex95539102C32A1301c2d
Octal2251232210543524603455
Binary1001010110100111001000101011001110101010011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955391; }

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

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

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

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

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

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

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

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