#99508D

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

Shades of Violet Blue #99508D

Tints of Violet Blue #99508D

Color information

#99508D (or 0x99508D) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 8D. RGB value is (153,80,141). Sum of RGB (Red+Green+Blue) = 153+80+141=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99508D is #66AF72. Grayscale: #6C6C6C. Windows color (decimal): -6729587 or 9261209. OLE color: 9261209.

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

Color convert

RGB15380141-
CMYK00.480.080.4
HSL309.86º31.33%45.69%-
HSV(B)309.86º47.71%60%-
XYZ20.8114.4326.89-
YUV108.78146.18159.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=40.91%
G=21.39%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538014100.480.080.4309.8631.3345.69
Hex99508D0308281361f2e
Octal23112021506010504663756
Binary100110011010000100011010110000100010100010011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99508D; }

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

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

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

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

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

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

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

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