#995493

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

Shades of Violet Blue #995493

Tints of Violet Blue #995493

Color information

#995493 (or 0x995493) is unknown color: approx Violet Blue. HEX triplet: 99, 54 and 93. RGB value is (153,84,147). Sum of RGB (Red+Green+Blue) = 153+84+147=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995493 is #66AB6C. Grayscale: #6F6F6F. Windows color (decimal): -6728557 or 9655449. OLE color: 9655449.

HSL color Cylindrical-coordinate representation of color #995493: hue angle of 305.22º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995493 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15384147-
CMYK00.450.040.4
HSL305.22º29.11%46.47%-
HSV(B)305.22º45.1%60%-
XYZ21.5715.2229.4-
YUV111.81147.86157.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=39.84%
G=21.88%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538414700.450.040.4305.2229.1146.47
Hex99549302D4281311d2e
Octal2311242230554504613556
Binary10011001101010010010011010110110010100010011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995493; }

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

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

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

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

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

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

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

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