#995793

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

Shades of Violet Blue #995793

Tints of Violet Blue #995793

Color information

#995793 (or 0x995793) is unknown color: approx Violet Blue. HEX triplet: 99, 57 and 93. RGB value is (153,87,147). Sum of RGB (Red+Green+Blue) = 153+87+147=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #995793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995793 is #66A86C. Grayscale: #717171. Windows color (decimal): -6727789 or 9656217. OLE color: 9656217.

HSL color Cylindrical-coordinate representation of color #995793: hue angle of 305.45º 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 #995793 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15387147-
CMYK00.430.040.4
HSL305.45º27.5%47.06%-
HSV(B)305.45º43.14%60%-
XYZ21.8115.729.48-
YUV113.57146.87156.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=39.53%
G=22.48%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538714700.430.040.4305.4527.547.06
Hex99579302B4281311c2f
Octal2311272230534504613457
Binary10011001101011110010011010101110010100010011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995793; }

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

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

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

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

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

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

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

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