Html Css Color HEX #97367E Dark Purple

📋 copy color: '#97367E'

red 151 ◦ green 54 ◦ blue 126

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

Shades of Dark Purple #97367E

Tints of Dark Purple #97367E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 45.62%
G = 16.31%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97367E (or 0x97367E) is known color: Dark Purple. HEX triplet: 97, 36 and 7E. RGB value is (151,54,126). Sum of RGB (Red+Green+Blue) = 151+54+126=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97367E is #68C981. Grayscale: #5B5B5B. Windows color (decimal): -6867330 or 8271511. OLE color: 8271511.

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

Color convert

RGB 151 54 126 -
CMYK 0 0.64 0.17 0.41
HSL 315.46º 0.47% 0.4% -
HSV(B) 315.46º 0.64% 0.59% -
XYZ 17.85 10.72 20.87 -
YUV 91.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 151 54 126 0 0.64 0.17 0.41 315.46 0.47 0.4
Hex 97 36 7E 0 40 11 29 13B 2F 28
Octal 227 66 176 0 100 21 51 473 57 50
Binary 10010111 110110 1111110 0 1000000 10001 101001 100111011 101111 101000

Color Harmonies of #97367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97367E

Black with #97367E

Text Example


Text Example

White with #97367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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