#995792

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

Shades of Violet Blue #995792

Tints of Violet Blue #995792

Color information

#995792 (or 0x995792) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 92. RGB value is (153,87,146). Sum of RGB (Red+Green+Blue) = 153+87+146=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995792 is #66A86D. Grayscale: #717171. Windows color (decimal): -6727790 or 9590681. OLE color: 9590681.

HSL color Cylindrical-coordinate representation of color #995792: hue angle of 306.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995792 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15387146-
CMYK00.430.050.4
HSL306.36º27.5%47.06%-
HSV(B)306.36º43.14%60%-
XYZ21.7315.6629.07-
YUV113.46146.37156.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=39.64%
G=22.54%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538714600.430.050.4306.3627.547.06
Hex99579202B5281321c2f
Octal2311272220535504623457
Binary10011001101011110010010010101110110100010011001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995792; }

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

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

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

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

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

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

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

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