#995098

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

Shades of Violet Blue #995098

Tints of Violet Blue #995098

Color information

#995098 (or 0x995098) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 98. RGB value is (153,80,152). Sum of RGB (Red+Green+Blue) = 153+80+152=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #995098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995098 is #66AF67. Grayscale: #6D6D6D. Windows color (decimal): -6729576 or 9982105. OLE color: 9982105.

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

Color convert

RGB15380152-
CMYK00.480.010.4
HSL300.82º31.33%45.69%-
HSV(B)300.82º47.71%60%-
XYZ21.6714.7831.42-
YUV110.04151.68158.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=39.74%
G=20.78%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538015200.480.010.4300.8231.3345.69
Hex99509803012812d1f2e
Octal2311202300601504553756
Binary100110011010000100110000110000110100010010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995098; }

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

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

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

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

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

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

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

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