Html Css Color HEX #98217D Dark Purple

📋 copy color: '#98217D'

red 152 ◦ green 33 ◦ blue 125

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

Shades of Dark Purple #98217D

Tints of Dark Purple #98217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 49.03%
G = 10.65%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98217D (or 0x98217D) is known color: Dark Purple. HEX triplet: 98, 21 and 7D. RGB value is (152,33,125). Sum of RGB (Red+Green+Blue) = 152+33+125=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98217D is #67DE82. Grayscale: #4E4E4E. Windows color (decimal): -6807171 or 8200600. OLE color: 8200600.

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

Color convert

RGB 152 33 125 -
CMYK 0 0.78 0.18 0.40
HSL 313.61º 0.64% 0.36% -
HSV(B) 313.61º 0.78% 0.6% -
XYZ 17.19 9.24 20.28 -
YUV 79.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 152 33 125 0 0.78 0.18 0.40 313.61 0.64 0.36
Hex 98 21 7D 0 4E 12 28 13A 40 24
Octal 230 41 175 0 116 22 50 472 100 44
Binary 10011000 100001 1111101 0 1001110 10010 101000 100111010 1000000 100100

Color Harmonies of #98217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98217D

Black with #98217D

Text Example


Text Example

White with #98217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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