#995C92

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

Shades of Violet Blue #995C92

Tints of Violet Blue #995C92

Color information

#995C92 (or 0x995C92) is unknown color: approx Violet Blue. HEX triplet: 99, 5C and 92. RGB value is (153,92,146). Sum of RGB (Red+Green+Blue) = 153+92+146=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #995C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C92 is #66A36D. Grayscale: #747474. Windows color (decimal): -6726510 or 9591961. OLE color: 9591961.

HSL color Cylindrical-coordinate representation of color #995C92: hue angle of 306.89º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C92 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15392146-
CMYK00.400.050.4
HSL306.89º24.9%48.04%-
HSV(B)306.89º39.87%60%-
XYZ22.1516.529.21-
YUV116.4144.71154.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=39.13%
G=23.53%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539214600.400.050.4306.8924.948.04
Hex995C920285281331930
Octal2311342220505504633160
Binary10011001101110010010010010100010110100010011001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C92; }

 p { color: rgb(153,92,146); }

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

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

 a { background-color: rgb(153,92,146); }

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

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

 span { border-color: rgb(153,92,146); }

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