#955392

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

Shades of Violet Blue #955392

Tints of Violet Blue #955392

Color information

#955392 (or 0x955392) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 92. RGB value is (149,83,146). Sum of RGB (Red+Green+Blue) = 149+83+146=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #955392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955392 is #6AAC6D. Grayscale: #6D6D6D. Windows color (decimal): -6990958 or 9589653. OLE color: 9589653.

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

Color convert

RGB14983146-
CMYK00.440.020.42
HSL302.73º28.45%45.49%-
HSV(B)302.73º44.3%58.43%-
XYZ20.6814.6528.93-
YUV109.92148.37155.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=39.42%
G=21.96%
B=38.62%

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
Decimal1498314600.440.020.42302.7328.4545.49
Hex95539202C22A12f1c2d
Octal2251232220542524573455
Binary1001010110100111001001001011001010101010010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955392; }

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

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

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

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

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

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

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

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