Html Css Color HEX #97427E Medium Red Violet

📋 copy color: '#97427E'

red 151 ◦ green 66 ◦ blue 126

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

Shades of Medium Red Violet #97427E

Tints of Medium Red Violet #97427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 44.02%
G = 19.24%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97427E (or 0x97427E) is known color: Medium Red Violet. HEX triplet: 97, 42 and 7E. RGB value is (151,66,126). Sum of RGB (Red+Green+Blue) = 151+66+126=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #97427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97427E is #68BD81. Grayscale: #626262. Windows color (decimal): -6864258 or 8274583. OLE color: 8274583.

HSL color Cylindrical-coordinate representation of color #97427E: hue angle of 317.65º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97427E is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 126 -
CMYK 0 0.56 0.17 0.41
HSL 317.65º 0.39% 0.43% -
HSV(B) 317.65º 0.56% 0.59% -
XYZ 18.48 11.98 21.08 -
YUV 98.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 151 66 126 0 0.56 0.17 0.41 317.65 0.39 0.43
Hex 97 42 7E 0 38 11 29 13E 27 2B
Octal 227 102 176 0 70 21 51 476 47 53
Binary 10010111 1000010 1111110 0 111000 10001 101001 100111110 100111 101011

Color Harmonies of #97427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97427E

Black with #97427E

Text Example


Text Example

White with #97427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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