Html Css Color HEX #97218E Dark Purple

📋 copy color: '#97218E'

red 151 ◦ green 33 ◦ blue 142

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

Shades of Dark Purple #97218E

Tints of Dark Purple #97218E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 46.32%
G = 10.12%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#97218E (or 0x97218E) is known color: Dark Purple. HEX triplet: 97, 21 and 8E. RGB value is (151,33,142). Sum of RGB (Red+Green+Blue) = 151+33+142=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #97218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97218E is #68DE71. Grayscale: #505050. Windows color (decimal): -6872690 or 9314711. OLE color: 9314711.

HSL color Cylindrical-coordinate representation of color #97218E: hue angle of 304.58º 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 #97218E is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 33 142 -
CMYK 0 0.78 0.06 0.41
HSL 304.58º 0.64% 0.36% -
HSV(B) 304.58º 0.78% 0.59% -
XYZ 18.19 9.62 26.49 -
YUV 80.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 151 33 142 0 0.78 0.06 0.41 304.58 0.64 0.36
Hex 97 21 8E 0 4E 6 29 131 40 24
Octal 227 41 216 0 116 6 51 461 100 44
Binary 10010111 100001 10001110 0 1001110 110 101001 100110001 1000000 100100

Color Harmonies of #97218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97218E

Black with #97218E

Text Example


Text Example

White with #97218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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