#955492

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

Shades of Violet Blue #955492

Tints of Violet Blue #955492

Color information

#955492 (or 0x955492) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 92. RGB value is (149,84,146). Sum of RGB (Red+Green+Blue) = 149+84+146=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955492 is #6AAB6D. Grayscale: #6E6E6E. Windows color (decimal): -6990702 or 9589909. OLE color: 9589909.

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

Color convert

RGB14984146-
CMYK00.440.020.42
HSL302.77º27.9%45.69%-
HSV(B)302.77º43.62%58.43%-
XYZ20.7514.8128.96-
YUV110.5148.03155.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=39.31%
G=22.16%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498414600.440.020.42302.7727.945.69
Hex95549202C22A12f1c2e
Octal2251242220542524573456
Binary1001010110101001001001001011001010101010010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955492; }

 p { color: rgb(149,84,146); }

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

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

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

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

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

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

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