Html Css Color HEX #97218A Dark Purple

📋 copy color: '#97218A'

red 151 ◦ green 33 ◦ blue 138

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

Shades of Dark Purple #97218A

Tints of Dark Purple #97218A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 46.89%
G = 10.25%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97218A (or 0x97218A) is known color: Dark Purple. HEX triplet: 97, 21 and 8A. RGB value is (151,33,138). Sum of RGB (Red+Green+Blue) = 151+33+138=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #97218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97218A is #68DE75. Grayscale: #4F4F4F. Windows color (decimal): -6872694 or 9052567. OLE color: 9052567.

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

Color convert

RGB 151 33 138 -
CMYK 0 0.78 0.09 0.41
HSL 306.61º 0.64% 0.36% -
HSV(B) 306.61º 0.78% 0.59% -
XYZ 17.89 9.5 24.94 -
YUV 80.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 151 33 138 0 0.78 0.09 0.41 306.61 0.64 0.36
Hex 97 21 8A 0 4E 9 29 133 40 24
Octal 227 41 212 0 116 11 51 463 100 44
Binary 10010111 100001 10001010 0 1001110 1001 101001 100110011 1000000 100100

Color Harmonies of #97218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97218A

Black with #97218A

Text Example


Text Example

White with #97218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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