Html Css Color HEX #954482 Trendy Pink

📋 copy color: '#954482'

red 149 ◦ green 68 ◦ blue 130

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

Shades of Trendy Pink #954482

Tints of Trendy Pink #954482

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

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

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

R = 42.94%
G = 19.6%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#954482 (or 0x954482) is known color: Trendy Pink. HEX triplet: 95, 44 and 82. RGB value is (149,68,130). Sum of RGB (Red+Green+Blue) = 149+68+130=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #954482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954482 is #6ABB7D. Grayscale: #636363. Windows color (decimal): -6994814 or 8537237. OLE color: 8537237.

HSL color Cylindrical-coordinate representation of color #954482: hue angle of 314.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954482 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 130 -
CMYK 0 0.54 0.13 0.42
HSL 314.07º 0.37% 0.43% -
HSV(B) 314.07º 0.54% 0.58% -
XYZ 18.49 12.14 22.49 -
YUV 99.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 149 68 130 0 0.54 0.13 0.42 314.07 0.37 0.43
Hex 95 44 82 0 36 D 2A 13A 25 2B
Octal 225 104 202 0 66 15 52 472 45 53
Binary 10010101 1000100 10000010 0 110110 1101 101010 100111010 100101 101011

Color Harmonies of #954482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954482

Black with #954482

Text Example


Text Example

White with #954482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954482; }

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

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

background-color css

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

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

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

border-color css

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

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

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