Html Css Color HEX #97417D Dark Purple

📋 copy color: '#97417D'

red 151 ◦ green 65 ◦ blue 125

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

Shades of Dark Purple #97417D

Tints of Dark Purple #97417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 44.28%
G = 19.06%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97417D (or 0x97417D) is known color: Dark Purple. HEX triplet: 97, 41 and 7D. RGB value is (151,65,125). Sum of RGB (Red+Green+Blue) = 151+65+125=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97417D is #68BE82. Grayscale: #616161. Windows color (decimal): -6864515 or 8208791. OLE color: 8208791.

HSL color Cylindrical-coordinate representation of color #97417D: hue angle of 318.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97417D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 65 125 -
CMYK 0 0.57 0.17 0.41
HSL 318.14º 0.4% 0.42% -
HSV(B) 318.14º 0.57% 0.59% -
XYZ 18.35 11.84 20.72 -
YUV 97.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 151 65 125 0 0.57 0.17 0.41 318.14 0.4 0.42
Hex 97 41 7D 0 39 11 29 13E 28 2A
Octal 227 101 175 0 71 21 51 476 50 52
Binary 10010111 1000001 1111101 0 111001 10001 101001 100111110 101000 101010

Color Harmonies of #97417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97417D

Black with #97417D

Text Example


Text Example

White with #97417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97417D; }

 p { color: rgb(151,65,125); }

 H1.HeaderClassName
 {
   color: #97417D;
 }
 .AnyTagClassName
 {
   color: #97417D;
 }
</style>

background-color css

<style>
 a { background-color: #97417D; }

 a { background-color: rgb(151,65,125); }

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

border-color css

<style>
 span { border-color: #97417D; }

 span { border-color: rgb(151,65,125); }

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