Html Css Color HEX #97288D Dark Purple

📋 copy color: '#97288D'

red 151 ◦ green 40 ◦ blue 141

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

Shades of Dark Purple #97288D

Tints of Dark Purple #97288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 45.48%
G = 12.05%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97288D (or 0x97288D) is known color: Dark Purple. HEX triplet: 97, 28 and 8D. RGB value is (151,40,141). Sum of RGB (Red+Green+Blue) = 151+40+141=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #97288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97288D is #68D772. Grayscale: #545454. Windows color (decimal): -6870899 or 9250967. OLE color: 9250967.

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

Color convert

RGB 151 40 141 -
CMYK 0 0.74 0.07 0.41
HSL 305.41º 0.58% 0.37% -
HSV(B) 305.41º 0.74% 0.59% -
XYZ 18.33 10.02 26.17 -
YUV 84.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 151 40 141 0 0.74 0.07 0.41 305.41 0.58 0.37
Hex 97 28 8D 0 4A 7 29 131 3A 25
Octal 227 50 215 0 112 7 51 461 72 45
Binary 10010111 101000 10001101 0 1001010 111 101001 100110001 111010 100101

Color Harmonies of #97288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97288D

Black with #97288D

Text Example


Text Example

White with #97288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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