#995291

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

Shades of Violet Blue #995291

Tints of Violet Blue #995291

Color information

#995291 (or 0x995291) is unknown color: approx Violet Blue. HEX triplet: 99, 52 and 91. RGB value is (153,82,145). Sum of RGB (Red+Green+Blue) = 153+82+145=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995291 is #66AD6E. Grayscale: #6E6E6E. Windows color (decimal): -6729071 or 9523865. OLE color: 9523865.

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

Color convert

RGB15382145-
CMYK00.460.050.4
HSL306.76º30.21%46.08%-
HSV(B)306.76º46.41%60%-
XYZ21.2614.8528.53-
YUV110.41147.52158.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=40.26%
G=21.58%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538214500.460.050.4306.7630.2146.08
Hex99529102E5281331e2e
Octal2311222210565504633656
Binary10011001101001010010001010111010110100010011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995291; }

 p { color: rgb(153,82,145); }

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

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

 a { background-color: rgb(153,82,145); }

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

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

 span { border-color: rgb(153,82,145); }

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