Html Css Color HEX #97367F Dark Purple

📋 copy color: '#97367F'

red 151 ◦ green 54 ◦ blue 127

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

Shades of Dark Purple #97367F

Tints of Dark Purple #97367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.25%

R = 45.48%
G = 16.27%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#97367F (or 0x97367F) is known color: Dark Purple. HEX triplet: 97, 36 and 7F. RGB value is (151,54,127). Sum of RGB (Red+Green+Blue) = 151+54+127=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #97367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97367F is #68C980. Grayscale: #5B5B5B. Windows color (decimal): -6867329 or 8337047. OLE color: 8337047.

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

Color convert

RGB 151 54 127 -
CMYK 0 0.64 0.16 0.41
HSL 314.85º 0.47% 0.4% -
HSV(B) 314.85º 0.64% 0.59% -
XYZ 17.91 10.75 21.21 -
YUV 91.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 151 54 127 0 0.64 0.16 0.41 314.85 0.47 0.4
Hex 97 36 7F 0 40 10 29 13B 2F 28
Octal 227 66 177 0 100 20 51 473 57 50
Binary 10010111 110110 1111111 0 1000000 10000 101001 100111011 101111 101000

Color Harmonies of #97367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97367F

Black with #97367F

Text Example


Text Example

White with #97367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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