Html Css Color HEX #98218D Dark Purple

📋 copy color: '#98218D'

red 152 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #98218D

Tints of Dark Purple #98218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 46.63%
G = 10.12%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98218D (or 0x98218D) is known color: Dark Purple. HEX triplet: 98, 21 and 8D. RGB value is (152,33,141). Sum of RGB (Red+Green+Blue) = 152+33+141=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98218D is #67DE72. Grayscale: #505050. Windows color (decimal): -6807155 or 9249176. OLE color: 9249176.

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

Color convert

RGB 152 33 141 -
CMYK 0 0.78 0.07 0.40
HSL 305.55º 0.64% 0.36% -
HSV(B) 305.55º 0.78% 0.6% -
XYZ 18.3 9.69 26.1 -
YUV 80.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 152 33 141 0 0.78 0.07 0.40 305.55 0.64 0.36
Hex 98 21 8D 0 4E 7 28 132 40 24
Octal 230 41 215 0 116 7 50 462 100 44
Binary 10011000 100001 10001101 0 1001110 111 101000 100110010 1000000 100100

Color Harmonies of #98218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98218D

Black with #98218D

Text Example


Text Example

White with #98218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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