Html Css Color HEX #98328D Dark Purple

📋 copy color: '#98328D'

red 152 ◦ green 50 ◦ blue 141

#98328D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #98328D

Tints of Dark Purple #98328D

RGB

 RED value IS 152 (59.77% from 255) = 44.31%

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 44.31%
G = 14.58%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98328D (or 0x98328D) is known color: Dark Purple. HEX triplet: 98, 32 and 8D. RGB value is (152,50,141). Sum of RGB (Red+Green+Blue) = 152+50+141=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328D is #67CD72. Grayscale: #5A5A5A. Windows color (decimal): -6802803 or 9253528. OLE color: 9253528.

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

Color convert

RGB 152 50 141 -
CMYK 0 0.67 0.07 0.40
HSL 306.47º 0.5% 0.4% -
HSV(B) 306.47º 0.67% 0.6% -
XYZ 18.9 10.88 26.3 -
YUV 90.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 152 50 141 0 0.67 0.07 0.40 306.47 0.5 0.4
Hex 98 32 8D 0 43 7 28 132 32 28
Octal 230 62 215 0 103 7 50 462 62 50
Binary 10011000 110010 10001101 0 1000011 111 101000 100110010 110010 101000

Color Harmonies of #98328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98328D

Black with #98328D

Text Example


Text Example

White with #98328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98328D;
 }
 .AnyTagClassName
 {
   color: #98328D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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