#955192

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

Shades of Violet Blue #955192

Tints of Violet Blue #955192

Color information

#955192 (or 0x955192) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 92. RGB value is (149,81,146). Sum of RGB (Red+Green+Blue) = 149+81+146=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955192 is #6AAE6D. Grayscale: #6C6C6C. Windows color (decimal): -6991470 or 9589141. OLE color: 9589141.

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

Color convert

RGB14981146-
CMYK00.460.020.42
HSL302.65º29.57%45.1%-
HSV(B)302.65º45.64%58.43%-
XYZ20.5314.3528.88-
YUV108.74149.03156.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 81 (32.03% from 255) = 21.54%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=39.63%
G=21.54%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498114600.460.020.42302.6529.5745.1
Hex95519202E22A12f1e2d
Octal2251212220562524573655
Binary1001010110100011001001001011101010101010010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955192; }

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

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

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

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

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

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

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

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