Html Css Color HEX #97217B Dark Purple

📋 copy color: '#97217B'

red 151 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #97217B

Tints of Dark Purple #97217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 49.19%
G = 10.75%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97217B (or 0x97217B) is known color: Dark Purple. HEX triplet: 97, 21 and 7B. RGB value is (151,33,123). Sum of RGB (Red+Green+Blue) = 151+33+123=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97217B is #68DE84. Grayscale: #4E4E4E. Windows color (decimal): -6872709 or 8069527. OLE color: 8069527.

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

Color convert

RGB 151 33 123 -
CMYK 0 0.78 0.19 0.41
HSL 314.24º 0.64% 0.36% -
HSV(B) 314.24º 0.78% 0.59% -
XYZ 16.88 9.1 19.61 -
YUV 78.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 151 33 123 0 0.78 0.19 0.41 314.24 0.64 0.36
Hex 97 21 7B 0 4E 13 29 13A 40 24
Octal 227 41 173 0 116 23 51 472 100 44
Binary 10010111 100001 1111011 0 1001110 10011 101001 100111010 1000000 100100

Color Harmonies of #97217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97217B

Black with #97217B

Text Example


Text Example

White with #97217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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