#99538E

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

Shades of Violet Blue #99538E

Tints of Violet Blue #99538E

Color information

#99538E (or 0x99538E) is unknown color: approx Violet Blue. HEX triplet: 99, 53 and 8E. RGB value is (153,83,142). Sum of RGB (Red+Green+Blue) = 153+83+142=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99538E is #66AC71. Grayscale: #6E6E6E. Windows color (decimal): -6728818 or 9327513. OLE color: 9327513.

HSL color Cylindrical-coordinate representation of color #99538E: hue angle of 309.43º 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 #99538E is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15383142-
CMYK00.460.070.4
HSL309.43º29.66%46.27%-
HSV(B)309.43º45.75%60%-
XYZ21.1114.9127.36-
YUV110.66145.69158.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 83 (32.81% from 255) = 21.96%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=40.48%
G=21.96%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538314200.460.070.4309.4329.6646.27
Hex99538E02E7281351e2e
Octal2311232160567504653656
Binary10011001101001110001110010111011110100010011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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