Html Css Color HEX #97287C Dark Purple

📋 copy color: '#97287C'

red 151 ◦ green 40 ◦ blue 124

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

Shades of Dark Purple #97287C

Tints of Dark Purple #97287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 47.94%
G = 12.7%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97287C (or 0x97287C) is known color: Dark Purple. HEX triplet: 97, 28 and 7C. RGB value is (151,40,124). Sum of RGB (Red+Green+Blue) = 151+40+124=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97287C is #68D783. Grayscale: #525252. Windows color (decimal): -6870916 or 8136855. OLE color: 8136855.

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

Color convert

RGB 151 40 124 -
CMYK 0 0.74 0.18 0.41
HSL 314.59º 0.58% 0.37% -
HSV(B) 314.59º 0.74% 0.59% -
XYZ 17.16 9.55 20.01 -
YUV 82.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 151 40 124 0 0.74 0.18 0.41 314.59 0.58 0.37
Hex 97 28 7C 0 4A 12 29 13B 3A 25
Octal 227 50 174 0 112 22 51 473 72 45
Binary 10010111 101000 1111100 0 1001010 10010 101001 100111011 111010 100101

Color Harmonies of #97287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97287C

Black with #97287C

Text Example


Text Example

White with #97287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97287C; }

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

 H1.HeaderClassName
 {
   color: #97287C;
 }
 .AnyTagClassName
 {
   color: #97287C;
 }
</style>

background-color css

<style>
 a { background-color: #97287C; }

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

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

border-color css

<style>
 span { border-color: #97287C; }

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

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