#995692

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

Shades of Violet Blue #995692

Tints of Violet Blue #995692

Color information

#995692 (or 0x995692) is unknown color: approx Violet Blue. HEX triplet: 99, 56 and 92. RGB value is (153,86,146). Sum of RGB (Red+Green+Blue) = 153+86+146=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995692 is #66A96D. Grayscale: #707070. Windows color (decimal): -6728046 or 9590425. OLE color: 9590425.

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

Color convert

RGB15386146-
CMYK00.440.050.4
HSL306.27º28.03%46.86%-
HSV(B)306.27º43.79%60%-
XYZ21.6515.529.05-
YUV112.87146.7156.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=39.74%
G=22.34%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538614600.440.050.4306.2728.0346.86
Hex99569202C5281321c2f
Octal2311262220545504623457
Binary10011001101011010010010010110010110100010011001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995692; }

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

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

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

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

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

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

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

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