Html Css Color HEX #974A88 Trendy Pink

📋 copy color: '#974A88'

red 151 ◦ green 74 ◦ blue 136

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

Shades of Trendy Pink #974A88

Tints of Trendy Pink #974A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 41.83%
G = 20.5%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#974A88 (or 0x974A88) is known color: Trendy Pink. HEX triplet: 97, 4A and 88. RGB value is (151,74,136). Sum of RGB (Red+Green+Blue) = 151+74+136=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #974A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A88 is #68B577. Grayscale: #676767. Windows color (decimal): -6862200 or 8931991. OLE color: 8931991.

HSL color Cylindrical-coordinate representation of color #974A88: hue angle of 311.69º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974A88 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 74 136 -
CMYK 0 0.51 0.10 0.41
HSL 311.69º 0.34% 0.44% -
HSV(B) 311.69º 0.51% 0.59% -
XYZ 19.66 13.25 24.81 -
YUV 104.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 151 74 136 0 0.51 0.10 0.41 311.69 0.34 0.44
Hex 97 4A 88 0 33 A 29 138 22 2C
Octal 227 112 210 0 63 12 51 470 42 54
Binary 10010111 1001010 10001000 0 110011 1010 101001 100111000 100010 101100

Color Harmonies of #974A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A88

Black with #974A88

Text Example


Text Example

White with #974A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974A88; }

 p { color: rgb(151,74,136); }

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

background-color css

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

 a { background-color: rgb(151,74,136); }

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

border-color css

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

 span { border-color: rgb(151,74,136); }

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