#995095

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

Shades of Violet Blue #995095

Tints of Violet Blue #995095

Color information

#995095 (or 0x995095) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 95. RGB value is (153,80,149). Sum of RGB (Red+Green+Blue) = 153+80+149=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995095 is #66AF6A. Grayscale: #6D6D6D. Windows color (decimal): -6729579 or 9785497. OLE color: 9785497.

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

Color convert

RGB15380149-
CMYK00.480.030.4
HSL303.29º31.33%45.69%-
HSV(B)303.29º47.71%60%-
XYZ21.4314.6830.14-
YUV109.69150.18158.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=40.05%
G=20.94%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538014900.480.030.4303.2931.3345.69
Hex99509503032812f1f2e
Octal2311202250603504573756
Binary1001100110100001001010101100001110100010010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995095; }

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

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

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

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

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

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

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

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