Html Css Color HEX #97288F Dark Purple

📋 copy color: '#97288F'

red 151 ◦ green 40 ◦ blue 143

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

Shades of Dark Purple #97288F

Tints of Dark Purple #97288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 45.21%
G = 11.98%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97288F (or 0x97288F) is known color: Dark Purple. HEX triplet: 97, 28 and 8F. RGB value is (151,40,143). Sum of RGB (Red+Green+Blue) = 151+40+143=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #97288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97288F is #68D770. Grayscale: #545454. Windows color (decimal): -6870897 or 9382039. OLE color: 9382039.

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

Color convert

RGB 151 40 143 -
CMYK 0 0.74 0.05 0.41
HSL 304.32º 0.58% 0.37% -
HSV(B) 304.32º 0.74% 0.59% -
XYZ 18.48 10.08 26.96 -
YUV 84.93 160.77 175.12 -
System Red Green Blue C M Y K H S L
Decimal 151 40 143 0 0.74 0.05 0.41 304.32 0.58 0.37
Hex 97 28 8F 0 4A 5 29 130 3A 25
Octal 227 50 217 0 112 5 51 460 72 45
Binary 10010111 101000 10001111 0 1001010 101 101001 100110000 111010 100101

Color Harmonies of #97288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97288F

Black with #97288F

Text Example


Text Example

White with #97288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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