Html Css Color HEX #98216D Dark Purple

📋 copy color: '#98216D'

red 152 ◦ green 33 ◦ blue 109

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

Shades of Dark Purple #98216D

Tints of Dark Purple #98216D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 51.7%
G = 11.22%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98216D (or 0x98216D) is known color: Dark Purple. HEX triplet: 98, 21 and 6D. RGB value is (152,33,109). Sum of RGB (Red+Green+Blue) = 152+33+109=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98216D is #67DE92. Grayscale: #4D4D4D. Windows color (decimal): -6807187 or 7152024. OLE color: 7152024.

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

Color convert

RGB 152 33 109 -
CMYK 0 0.78 0.28 0.40
HSL 321.68º 0.64% 0.36% -
HSV(B) 321.68º 0.78% 0.6% -
XYZ 16.25 8.87 15.32 -
YUV 77.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 152 33 109 0 0.78 0.28 0.40 321.68 0.64 0.36
Hex 98 21 6D 0 4E 1C 28 142 40 24
Octal 230 41 155 0 116 34 50 502 100 44
Binary 10011000 100001 1101101 0 1001110 11100 101000 101000010 1000000 100100

Color Harmonies of #98216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98216D

Black with #98216D

Text Example


Text Example

White with #98216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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