#995192

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

Shades of Violet Blue #995192

Tints of Violet Blue #995192

Color information

#995192 (or 0x995192) is unknown color: approx Violet Blue. HEX triplet: 99, 51 and 92. RGB value is (153,81,146). Sum of RGB (Red+Green+Blue) = 153+81+146=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995192 is #66AE6D. Grayscale: #6D6D6D. Windows color (decimal): -6729326 or 9589145. OLE color: 9589145.

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

Color convert

RGB15381146-
CMYK00.470.050.4
HSL305.83º30.77%45.88%-
HSV(B)305.83º47.06%60%-
XYZ21.2714.7328.92-
YUV109.94148.35158.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=40.26%
G=21.32%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538114600.470.050.4305.8330.7745.88
Hex99519202F5281321f2e
Octal2311212220575504623756
Binary10011001101000110010010010111110110100010011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995192; }

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

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

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

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

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

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

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

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