Html Css Color HEX #8B427C Trendy Pink

📋 copy color: '#8B427C'

red 139 ◦ green 66 ◦ blue 124

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

Shades of Trendy Pink #8B427C

Tints of Trendy Pink #8B427C

RGB

 RED value IS 139 (54.69% from 255) = 42.25%

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 42.25%
G = 20.06%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B427C (or 0x8B427C) is known color: Trendy Pink. HEX triplet: 8B, 42 and 7C. RGB value is (139,66,124). Sum of RGB (Red+Green+Blue) = 139+66+124=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B427C is #74BD83. Grayscale: #5E5E5E. Windows color (decimal): -7650692 or 8143499. OLE color: 8143499.

HSL color Cylindrical-coordinate representation of color #8B427C: hue angle of 312.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B427C is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 66 124 -
CMYK 0 0.53 0.11 0.45
HSL 312.33º 0.36% 0.4% -
HSV(B) 312.33º 0.53% 0.55% -
XYZ 16.23 10.84 20.31 -
YUV 94.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 139 66 124 0 0.53 0.11 0.45 312.33 0.36 0.4
Hex 8B 42 7C 0 35 B 2D 138 24 28
Octal 213 102 174 0 65 13 55 470 44 50
Binary 10001011 1000010 1111100 0 110101 1011 101101 100111000 100100 101000

Color Harmonies of #8B427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B427C

Black with #8B427C

Text Example


Text Example

White with #8B427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,66,124); }

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

background-color css

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

 a { background-color: rgb(139,66,124); }

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

border-color css

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

 span { border-color: rgb(139,66,124); }

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