Html Css Color HEX #97218B Dark Purple

📋 copy color: '#97218B'

red 151 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #97218B

Tints of Dark Purple #97218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 46.75%
G = 10.22%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97218B (or 0x97218B) is known color: Dark Purple. HEX triplet: 97, 21 and 8B. RGB value is (151,33,139). Sum of RGB (Red+Green+Blue) = 151+33+139=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97218B is #68DE74. Grayscale: #505050. Windows color (decimal): -6872693 or 9118103. OLE color: 9118103.

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

Color convert

RGB 151 33 139 -
CMYK 0 0.78 0.08 0.41
HSL 306.1º 0.64% 0.36% -
HSV(B) 306.1º 0.78% 0.59% -
XYZ 17.97 9.53 25.32 -
YUV 80.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 151 33 139 0 0.78 0.08 0.41 306.1 0.64 0.36
Hex 97 21 8B 0 4E 8 29 132 40 24
Octal 227 41 213 0 116 10 51 462 100 44
Binary 10010111 100001 10001011 0 1001110 1000 101001 100110010 1000000 100100

Color Harmonies of #97218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97218B

Black with #97218B

Text Example


Text Example

White with #97218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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