#955291

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

Shades of Violet Blue #955291

Tints of Violet Blue #955291

Color information

#955291 (or 0x955291) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 91. RGB value is (149,82,145). Sum of RGB (Red+Green+Blue) = 149+82+145=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955291 is #6AAD6E. Grayscale: #6D6D6D. Windows color (decimal): -6991215 or 9523861. OLE color: 9523861.

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

Color convert

RGB14982145-
CMYK00.450.030.42
HSL303.58º29%45.29%-
HSV(B)303.58º44.97%58.43%-
XYZ20.5214.4728.5-
YUV109.22148.2156.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=39.63%
G=21.81%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498214500.450.030.42303.582945.29
Hex95529102D32A1301d2d
Octal2251222210553524603555
Binary1001010110100101001000101011011110101010011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955291; }

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

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

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

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

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

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

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

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