#995690

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

Shades of Violet Blue #995690

Tints of Violet Blue #995690

Color information

#995690 (or 0x995690) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 90. RGB value is (153,86,144). Sum of RGB (Red+Green+Blue) = 153+86+144=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995690 is #66A96F. Grayscale: #707070. Windows color (decimal): -6728048 or 9459353. OLE color: 9459353.

HSL color Cylindrical-coordinate representation of color #995690: hue angle of 308.06º degrees, saturation: 0.28, 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 #995690 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15386144-
CMYK00.440.060.4
HSL308.06º28.03%46.86%-
HSV(B)308.06º43.79%60%-
XYZ21.515.4428.23-
YUV112.64145.7156.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=39.95%
G=22.45%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538614400.440.060.4308.0628.0346.86
Hex99569002C6281341c2f
Octal2311262200546504643457
Binary10011001101011010010000010110011010100010011010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995690; }

 p { color: rgb(153,86,144); }

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

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

 a { background-color: rgb(153,86,144); }

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

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

 span { border-color: rgb(153,86,144); }

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