#99538D

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

Shades of Violet Blue #99538D

Tints of Violet Blue #99538D

Color information

#99538D (or 0x99538D) is unknown color: approx Violet Blue. HEX triplet: 99, 53 and 8D. RGB value is (153,83,141). Sum of RGB (Red+Green+Blue) = 153+83+141=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99538D is #66AC72. Grayscale: #6E6E6E. Windows color (decimal): -6728819 or 9261977. OLE color: 9261977.

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

Color convert

RGB15383141-
CMYK00.460.080.4
HSL310.29º29.66%46.27%-
HSV(B)310.29º45.75%60%-
XYZ21.0414.8826.96-
YUV110.54145.19158.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=40.58%
G=22.02%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538314100.460.080.4310.2929.6646.27
Hex99538D02E8281361e2e
Octal23112321505610504663656
Binary100110011010011100011010101110100010100010011011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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