Html Css Color HEX #97367C Dark Purple

📋 copy color: '#97367C'

red 151 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #97367C

Tints of Dark Purple #97367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 45.9%
G = 16.41%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97367C (or 0x97367C) is known color: Dark Purple. HEX triplet: 97, 36 and 7C. RGB value is (151,54,124). Sum of RGB (Red+Green+Blue) = 151+54+124=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97367C is #68C983. Grayscale: #5A5A5A. Windows color (decimal): -6867332 or 8140439. OLE color: 8140439.

HSL color Cylindrical-coordinate representation of color #97367C: hue angle of 316.7º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97367C is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 124 -
CMYK 0 0.64 0.18 0.41
HSL 316.7º 0.47% 0.4% -
HSV(B) 316.7º 0.64% 0.59% -
XYZ 17.72 10.67 20.19 -
YUV 90.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 151 54 124 0 0.64 0.18 0.41 316.7 0.47 0.4
Hex 97 36 7C 0 40 12 29 13D 2F 28
Octal 227 66 174 0 100 22 51 475 57 50
Binary 10010111 110110 1111100 0 1000000 10010 101001 100111101 101111 101000

Color Harmonies of #97367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97367C

Black with #97367C

Text Example


Text Example

White with #97367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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