Html Css Color HEX #8F5D8B Trendy Pink

📋 copy color: '#8F5D8B'

red 143 ◦ green 93 ◦ blue 139

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

Shades of Trendy Pink #8F5D8B

Tints of Trendy Pink #8F5D8B

RGB

 RED value IS 143 (56.25% from 255) = 38.13%

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 38.13%
G = 24.8%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F5D8B (or 0x8F5D8B) is known color: Trendy Pink. HEX triplet: 8F, 5D and 8B. RGB value is (143,93,139). Sum of RGB (Red+Green+Blue) = 143+93+139=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D8B is #70A274. Grayscale: #717171. Windows color (decimal): -7381621 or 9133455. OLE color: 9133455.

HSL color Cylindrical-coordinate representation of color #8F5D8B: hue angle of 304.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F5D8B is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 93 139 -
CMYK 0 0.35 0.03 0.44
HSL 304.8º 0.21% 0.46% -
HSV(B) 304.8º 0.35% 0.56% -
XYZ 19.9 15.53 26.38 -
YUV 113.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 143 93 139 0 0.35 0.03 0.44 304.8 0.21 0.46
Hex 8F 5D 8B 0 23 3 2C 131 15 2E
Octal 217 135 213 0 43 3 54 461 25 56
Binary 10001111 1011101 10001011 0 100011 11 101100 100110001 10101 101110

Color Harmonies of #8F5D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5D8B

Black with #8F5D8B

Text Example


Text Example

White with #8F5D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F5D8B; }

 p { color: rgb(143,93,139); }

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

background-color css

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

 a { background-color: rgb(143,93,139); }

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

border-color css

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

 span { border-color: rgb(143,93,139); }

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