Html Css Color HEX #97318B Dark Purple

📋 copy color: '#97318B'

red 151 ◦ green 49 ◦ blue 139

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

Shades of Dark Purple #97318B

Tints of Dark Purple #97318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 44.54%
G = 14.45%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97318B (or 0x97318B) is known color: Dark Purple. HEX triplet: 97, 31 and 8B. RGB value is (151,49,139). Sum of RGB (Red+Green+Blue) = 151+49+139=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #97318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97318B is #68CE74. Grayscale: #595959. Windows color (decimal): -6868597 or 9122199. OLE color: 9122199.

HSL color Cylindrical-coordinate representation of color #97318B: hue angle of 307.06º 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 #97318B is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 49 139 -
CMYK 0 0.68 0.08 0.41
HSL 307.06º 0.51% 0.39% -
HSV(B) 307.06º 0.68% 0.59% -
XYZ 18.52 10.64 25.5 -
YUV 89.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 151 49 139 0 0.68 0.08 0.41 307.06 0.51 0.39
Hex 97 31 8B 0 44 8 29 133 33 27
Octal 227 61 213 0 104 10 51 463 63 47
Binary 10010111 110001 10001011 0 1000100 1000 101001 100110011 110011 100111

Color Harmonies of #97318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97318B

Black with #97318B

Text Example


Text Example

White with #97318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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