#995593

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

Shades of Violet Blue #995593

Tints of Violet Blue #995593

Color information

#995593 (or 0x995593) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 93. RGB value is (153,85,147). Sum of RGB (Red+Green+Blue) = 153+85+147=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995593 is #66AA6C. Grayscale: #707070. Windows color (decimal): -6728301 or 9655705. OLE color: 9655705.

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

Color convert

RGB15385147-
CMYK00.440.040.4
HSL305.29º28.57%46.67%-
HSV(B)305.29º44.44%60%-
XYZ21.6515.3829.43-
YUV112.4147.53156.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=39.74%
G=22.08%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538514700.440.040.4305.2928.5746.67
Hex99559302C4281311d2f
Octal2311252230544504613557
Binary10011001101010110010011010110010010100010011000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995593; }

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

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

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

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

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

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

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

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