Html Css Color HEX #97288B Dark Purple

📋 copy color: '#97288B'

red 151 ◦ green 40 ◦ blue 139

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

Shades of Dark Purple #97288B

Tints of Dark Purple #97288B

RGB

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

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

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

R = 45.76%
G = 12.12%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97288B (or 0x97288B) is known color: Dark Purple. HEX triplet: 97, 28 and 8B. RGB value is (151,40,139). Sum of RGB (Red+Green+Blue) = 151+40+139=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97288B is #68D774. Grayscale: #545454. Windows color (decimal): -6870901 or 9119895. OLE color: 9119895.

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

Color convert

RGB 151 40 139 -
CMYK 0 0.74 0.08 0.41
HSL 306.49º 0.58% 0.37% -
HSV(B) 306.49º 0.74% 0.59% -
XYZ 18.18 9.96 25.39 -
YUV 84.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 151 40 139 0 0.74 0.08 0.41 306.49 0.58 0.37
Hex 97 28 8B 0 4A 8 29 132 3A 25
Octal 227 50 213 0 112 10 51 462 72 45
Binary 10010111 101000 10001011 0 1001010 1000 101001 100110010 111010 100101

Color Harmonies of #97288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97288B

Black with #97288B

Text Example


Text Example

White with #97288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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