Html Css Color HEX #974482 Trendy Pink

📋 copy color: '#974482'

red 151 ◦ green 68 ◦ blue 130

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

Shades of Trendy Pink #974482

Tints of Trendy Pink #974482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.48%

 BLUE value IS 130 (51.17% from 255) = 37.25%

R = 43.27%
G = 19.48%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#974482 (or 0x974482) is known color: Trendy Pink. HEX triplet: 97, 44 and 82. RGB value is (151,68,130). Sum of RGB (Red+Green+Blue) = 151+68+130=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #974482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974482 is #68BB7D. Grayscale: #636363. Windows color (decimal): -6863742 or 8537239. OLE color: 8537239.

HSL color Cylindrical-coordinate representation of color #974482: hue angle of 315.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974482 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 130 -
CMYK 0 0.55 0.14 0.41
HSL 315.18º 0.38% 0.43% -
HSV(B) 315.18º 0.55% 0.59% -
XYZ 18.86 12.33 22.5 -
YUV 99.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 151 68 130 0 0.55 0.14 0.41 315.18 0.38 0.43
Hex 97 44 82 0 37 E 29 13B 26 2B
Octal 227 104 202 0 67 16 51 473 46 53
Binary 10010111 1000100 10000010 0 110111 1110 101001 100111011 100110 101011

Color Harmonies of #974482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974482

Black with #974482

Text Example


Text Example

White with #974482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974482; }

 p { color: rgb(151,68,130); }

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

background-color css

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

 a { background-color: rgb(151,68,130); }

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

border-color css

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

 span { border-color: rgb(151,68,130); }

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