#995195

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

Shades of Violet Blue #995195

Tints of Violet Blue #995195

Color information

#995195 (or 0x995195) is unknown color: approx Violet Blue. HEX triplet: 99, 51 and 95. RGB value is (153,81,149). Sum of RGB (Red+Green+Blue) = 153+81+149=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995195 is #66AE6A. Grayscale: #6E6E6E. Windows color (decimal): -6729323 or 9785753. OLE color: 9785753.

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

Color convert

RGB15381149-
CMYK00.470.030.4
HSL303.33º30.77%45.88%-
HSV(B)303.33º47.06%60%-
XYZ21.514.8330.16-
YUV110.28149.85158.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=39.95%
G=21.15%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538114900.470.030.4303.3330.7745.88
Hex99519502F32812f1f2e
Octal2311212250573504573756
Binary1001100110100011001010101011111110100010010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995195; }

 p { color: rgb(153,81,149); }

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

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

 a { background-color: rgb(153,81,149); }

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

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

 span { border-color: rgb(153,81,149); }

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