#99398A

Color #99398A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #99398A

Tints of Dark Purple #99398A

Color information

#99398A (or 0x99398A) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 8A. RGB value is (153,57,138). Sum of RGB (Red+Green+Blue) = 153+57+138=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99398A is #66C675. Grayscale: #5E5E5E. Windows color (decimal): -6735478 or 9058713. OLE color: 9058713.

HSL color Cylindrical-coordinate representation of color #99398A: hue angle of 309.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99398A is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15357138-
CMYK00.630.100.4
HSL309.38º45.71%41.18%-
HSV(B)309.38º62.75%60%-
XYZ19.1911.5325.26-
YUV94.94152.3169.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=43.97%
G=16.38%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535713800.630.100.4309.3845.7141.18
Hex99398A03FA281352e29
Octal2317121207712504655651
Binary100110011110011000101001111111010101000100110101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99398A; }

 p { color: rgb(153,57,138); }

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

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

 a { background-color: rgb(153,57,138); }

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

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

 span { border-color: rgb(153,57,138); }

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