Html Css Color HEX #97318C Dark Purple

📋 copy color: '#97318C'

red 151 ◦ green 49 ◦ blue 140

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

Shades of Dark Purple #97318C

Tints of Dark Purple #97318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 44.41%
G = 14.41%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97318C (or 0x97318C) is known color: Dark Purple. HEX triplet: 97, 31 and 8C. RGB value is (151,49,140). Sum of RGB (Red+Green+Blue) = 151+49+140=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97318C is #68CE73. Grayscale: #595959. Windows color (decimal): -6868596 or 9187735. OLE color: 9187735.

HSL color Cylindrical-coordinate representation of color #97318C: hue angle of 306.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97318C is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 49 140 -
CMYK 0 0.68 0.07 0.41
HSL 306.47º 0.51% 0.39% -
HSV(B) 306.47º 0.68% 0.59% -
XYZ 18.59 10.67 25.89 -
YUV 89.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 151 49 140 0 0.68 0.07 0.41 306.47 0.51 0.39
Hex 97 31 8C 0 44 7 29 132 33 27
Octal 227 61 214 0 104 7 51 462 63 47
Binary 10010111 110001 10001100 0 1000100 111 101001 100110010 110011 100111

Color Harmonies of #97318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97318C

Black with #97318C

Text Example


Text Example

White with #97318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,49,140); }

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

background-color css

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

 a { background-color: rgb(151,49,140); }

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

border-color css

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

 span { border-color: rgb(151,49,140); }

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