#98328B

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

Shades of Dark Purple #98328B

Tints of Dark Purple #98328B

Color information

#98328B (or 0x98328B) is unknown color: approx Dark Purple. HEX triplet: 98, 32 and 8B. RGB value is (152,50,139). Sum of RGB (Red+Green+Blue) = 152+50+139=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328B is #67CD74. Grayscale: #5A5A5A. Windows color (decimal): -6802805 or 9122456. OLE color: 9122456.

HSL color Cylindrical-coordinate representation of color #98328B: hue angle of 307.65º 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 #98328B is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15250139-
CMYK00.670.090.40
HSL307.65º50.5%39.61%-
HSV(B)307.65º67.11%59.61%-
XYZ18.7510.8225.53-
YUV90.64155.29171.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=44.57%
G=14.66%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525013900.670.090.40307.6550.539.61
Hex98328B0439281343228
Octal23062213010311504646250
Binary1001100011001010001011010000111001101000100110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98328B; }

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

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

<style>
 a { background-color: #98328B; }

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

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

<style>
 span { border-color: #98328B; }

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

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