#995198

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

Shades of Violet Blue #995198

Tints of Violet Blue #995198

Color information

#995198 (or 0x995198) is unknown color: approx Violet Blue. HEX triplet: 99, 51 and 98. RGB value is (153,81,152). Sum of RGB (Red+Green+Blue) = 153+81+152=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995198 is #66AE67. Grayscale: #6E6E6E. Windows color (decimal): -6729320 or 9982361. OLE color: 9982361.

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

Color convert

RGB15381152-
CMYK00.470.010.4
HSL300.83º30.77%45.88%-
HSV(B)300.83º47.06%60%-
XYZ21.7514.9231.44-
YUV110.62151.35158.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=39.64%
G=20.98%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538115200.470.010.4300.8330.7745.88
Hex99519802F12812d1f2e
Octal2311212300571504553756
Binary100110011010001100110000101111110100010010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995198; }

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

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

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

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

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

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

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

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