Html Css Color HEX #98208D Dark Purple

📋 copy color: '#98208D'

red 152 ◦ green 32 ◦ blue 141

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

Shades of Dark Purple #98208D

Tints of Dark Purple #98208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

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

R = 46.77%
G = 9.85%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98208D (or 0x98208D) is known color: Dark Purple. HEX triplet: 98, 20 and 8D. RGB value is (152,32,141). Sum of RGB (Red+Green+Blue) = 152+32+141=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98208D is #67DF72. Grayscale: #4F4F4F. Windows color (decimal): -6807411 or 9248920. OLE color: 9248920.

HSL color Cylindrical-coordinate representation of color #98208D: hue angle of 305.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98208D is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 141 -
CMYK 0 0.79 0.07 0.40
HSL 305.5º 0.65% 0.36% -
HSV(B) 305.5º 0.79% 0.6% -
XYZ 18.27 9.63 26.1 -
YUV 80.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 152 32 141 0 0.79 0.07 0.40 305.5 0.65 0.36
Hex 98 20 8D 0 4F 7 28 132 41 24
Octal 230 40 215 0 117 7 50 462 101 44
Binary 10011000 100000 10001101 0 1001111 111 101000 100110010 1000001 100100

Color Harmonies of #98208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98208D

Black with #98208D

Text Example


Text Example

White with #98208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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