Html Css Color HEX #97218D Dark Purple

📋 copy color: '#97218D'

red 151 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #97218D

Tints of Dark Purple #97218D

RGB

 RED value IS 151 (59.38% from 255) = 46.46%

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

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

R = 46.46%
G = 10.15%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97218D (or 0x97218D) is known color: Dark Purple. HEX triplet: 97, 21 and 8D. RGB value is (151,33,141). Sum of RGB (Red+Green+Blue) = 151+33+141=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97218D is #68DE72. Grayscale: #505050. Windows color (decimal): -6872691 or 9249175. OLE color: 9249175.

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

Color convert

RGB 151 33 141 -
CMYK 0 0.78 0.07 0.41
HSL 305.08º 0.64% 0.36% -
HSV(B) 305.08º 0.78% 0.59% -
XYZ 18.11 9.59 26.1 -
YUV 80.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 151 33 141 0 0.78 0.07 0.41 305.08 0.64 0.36
Hex 97 21 8D 0 4E 7 29 131 40 24
Octal 227 41 215 0 116 7 51 461 100 44
Binary 10010111 100001 10001101 0 1001110 111 101001 100110001 1000000 100100

Color Harmonies of #97218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97218D

Black with #97218D

Text Example


Text Example

White with #97218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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