Html Css Color HEX #954A8A Trendy Pink

📋 copy color: '#954A8A'

red 149 ◦ green 74 ◦ blue 138

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

Shades of Trendy Pink #954A8A

Tints of Trendy Pink #954A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 41.27%
G = 20.5%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#954A8A (or 0x954A8A) is known color: Trendy Pink. HEX triplet: 95, 4A and 8A. RGB value is (149,74,138). Sum of RGB (Red+Green+Blue) = 149+74+138=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #954A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A8A is #6AB575. Grayscale: #676767. Windows color (decimal): -6993270 or 9063061. OLE color: 9063061.

HSL color Cylindrical-coordinate representation of color #954A8A: hue angle of 308.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A8A is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 138 -
CMYK 0 0.50 0.07 0.42
HSL 308.8º 0.34% 0.44% -
HSV(B) 308.8º 0.5% 0.58% -
XYZ 19.43 13.12 25.55 -
YUV 103.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 149 74 138 0 0.50 0.07 0.42 308.8 0.34 0.44
Hex 95 4A 8A 0 32 7 2A 135 22 2C
Octal 225 112 212 0 62 7 52 465 42 54
Binary 10010101 1001010 10001010 0 110010 111 101010 100110101 100010 101100

Color Harmonies of #954A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A8A

Black with #954A8A

Text Example


Text Example

White with #954A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A8A; }

 p { color: rgb(149,74,138); }

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

background-color css

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

 a { background-color: rgb(149,74,138); }

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

border-color css

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

 span { border-color: rgb(149,74,138); }

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