Html Css Color HEX #97298B Dark Purple

📋 copy color: '#97298B'

red 151 ◦ green 41 ◦ blue 139

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

Shades of Dark Purple #97298B

Tints of Dark Purple #97298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 45.62%
G = 12.39%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97298B (or 0x97298B) is known color: Dark Purple. HEX triplet: 97, 29 and 8B. RGB value is (151,41,139). Sum of RGB (Red+Green+Blue) = 151+41+139=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97298B is #68D674. Grayscale: #545454. Windows color (decimal): -6870645 or 9120151. OLE color: 9120151.

HSL color Cylindrical-coordinate representation of color #97298B: hue angle of 306.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97298B is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 139 -
CMYK 0 0.73 0.08 0.41
HSL 306.55º 0.57% 0.38% -
HSV(B) 306.55º 0.73% 0.59% -
XYZ 18.22 10.03 25.4 -
YUV 85.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 151 41 139 0 0.73 0.08 0.41 306.55 0.57 0.38
Hex 97 29 8B 0 49 8 29 133 39 26
Octal 227 51 213 0 111 10 51 463 71 46
Binary 10010111 101001 10001011 0 1001001 1000 101001 100110011 111001 100110

Color Harmonies of #97298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97298B

Black with #97298B

Text Example


Text Example

White with #97298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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