Html Css Color HEX #954388 Trendy Pink

📋 copy color: '#954388'

red 149 ◦ green 67 ◦ blue 136

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

Shades of Trendy Pink #954388

Tints of Trendy Pink #954388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.03%

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

R = 42.33%
G = 19.03%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954388 (or 0x954388) is known color: Trendy Pink. HEX triplet: 95, 43 and 88. RGB value is (149,67,136). Sum of RGB (Red+Green+Blue) = 149+67+136=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954388 is #6ABC77. Grayscale: #636363. Windows color (decimal): -6995064 or 8930197. OLE color: 8930197.

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

Color convert

RGB 149 67 136 -
CMYK 0 0.55 0.09 0.42
HSL 309.51º 0.38% 0.42% -
HSV(B) 309.51º 0.55% 0.58% -
XYZ 18.85 12.18 24.65 -
YUV 99.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 149 67 136 0 0.55 0.09 0.42 309.51 0.38 0.42
Hex 95 43 88 0 37 9 2A 136 26 2A
Octal 225 103 210 0 67 11 52 466 46 52
Binary 10010101 1000011 10001000 0 110111 1001 101010 100110110 100110 101010

Color Harmonies of #954388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954388

Black with #954388

Text Example


Text Example

White with #954388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954388; }

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

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

background-color css

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

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

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

border-color css

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

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

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