#98327E

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

Shades of Dark Purple #98327E

Tints of Dark Purple #98327E

Color information

#98327E (or 0x98327E) is unknown color: approx Dark Purple. HEX triplet: 98, 32 and 7E. RGB value is (152,50,126). Sum of RGB (Red+Green+Blue) = 152+50+126=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327E is #67CD81. Grayscale: #585858. Windows color (decimal): -6802818 or 8270488. OLE color: 8270488.

HSL color Cylindrical-coordinate representation of color #98327E: hue angle of 315.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98327E is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB15250126-
CMYK00.670.170.40
HSL315.29º50.5%39.61%-
HSV(B)315.29º67.11%59.61%-
XYZ17.8610.4620.82-
YUV89.16148.79172.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=46.34%
G=15.24%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525012600.670.170.40315.2950.539.61
Hex98327E043112813b3228
Octal23062176010321504736250
Binary1001100011001011111100100001110001101000100111011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,50,126); }

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

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

 a { background-color: rgb(152,50,126); }

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

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

 span { border-color: rgb(152,50,126); }

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