#98347F

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

Shades of Dark Purple #98347F

Tints of Dark Purple #98347F

Color information

#98347F (or 0x98347F) is unknown color: approx Dark Purple. HEX triplet: 98, 34 and 7F. RGB value is (152,52,127). Sum of RGB (Red+Green+Blue) = 152+52+127=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98347F is #67CB80. Grayscale: #5A5A5A. Windows color (decimal): -6802305 or 8336536. OLE color: 8336536.

HSL color Cylindrical-coordinate representation of color #98347F: hue angle of 315º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98347F is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15252127-
CMYK00.660.160.40
HSL315º49.02%40%-
HSV(B)315º65.79%59.61%-
XYZ18.0110.6621.19-
YUV90.45148.63171.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 127 (50% from 255) = 38.37%
R=45.92%
G=15.71%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525212700.660.160.4031549.0240
Hex98347F042102813b3128
Octal23064177010220504736150
Binary1001100011010011111110100001010000101000100111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98347F; }

 p { color: rgb(152,52,127); }

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

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

 a { background-color: rgb(152,52,127); }

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

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

 span { border-color: rgb(152,52,127); }

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