Html Css Color HEX #97258D Dark Purple

📋 copy color: '#97258D'

red 151 ◦ green 37 ◦ blue 141

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

Shades of Dark Purple #97258D

Tints of Dark Purple #97258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

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

R = 45.9%
G = 11.25%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97258D (or 0x97258D) is known color: Dark Purple. HEX triplet: 97, 25 and 8D. RGB value is (151,37,141). Sum of RGB (Red+Green+Blue) = 151+37+141=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97258D is #68DA72. Grayscale: #525252. Windows color (decimal): -6871667 or 9250199. OLE color: 9250199.

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

Color convert

RGB 151 37 141 -
CMYK 0 0.75 0.07 0.41
HSL 305.26º 0.61% 0.37% -
HSV(B) 305.26º 0.75% 0.59% -
XYZ 18.23 9.83 26.13 -
YUV 82.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 151 37 141 0 0.75 0.07 0.41 305.26 0.61 0.37
Hex 97 25 8D 0 4B 7 29 131 3D 25
Octal 227 45 215 0 113 7 51 461 75 45
Binary 10010111 100101 10001101 0 1001011 111 101001 100110001 111101 100101

Color Harmonies of #97258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97258D

Black with #97258D

Text Example


Text Example

White with #97258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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