Html Css Color HEX #954688 Trendy Pink

📋 copy color: '#954688'

red 149 ◦ green 70 ◦ blue 136

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

Shades of Trendy Pink #954688

Tints of Trendy Pink #954688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

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

R = 41.97%
G = 19.72%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954688 (or 0x954688) is known color: Trendy Pink. HEX triplet: 95, 46 and 88. RGB value is (149,70,136). Sum of RGB (Red+Green+Blue) = 149+70+136=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #954688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954688 is #6AB977. Grayscale: #646464. Windows color (decimal): -6994296 or 8930965. OLE color: 8930965.

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

Color convert

RGB 149 70 136 -
CMYK 0 0.53 0.09 0.42
HSL 309.87º 0.36% 0.43% -
HSV(B) 309.87º 0.53% 0.58% -
XYZ 19.03 12.55 24.71 -
YUV 101.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 149 70 136 0 0.53 0.09 0.42 309.87 0.36 0.43
Hex 95 46 88 0 35 9 2A 136 24 2B
Octal 225 106 210 0 65 11 52 466 44 53
Binary 10010101 1000110 10001000 0 110101 1001 101010 100110110 100100 101011

Color Harmonies of #954688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954688

Black with #954688

Text Example


Text Example

White with #954688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954688; }

 p { color: rgb(149,70,136); }

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

background-color css

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

 a { background-color: rgb(149,70,136); }

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

border-color css

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

 span { border-color: rgb(149,70,136); }

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