Html Css Color HEX #8C427E Trendy Pink

📋 copy color: '#8C427E'

red 140 ◦ green 66 ◦ blue 126

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

Shades of Trendy Pink #8C427E

Tints of Trendy Pink #8C427E

RGB

 RED value IS 140 (55.08% from 255) = 42.17%

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 42.17%
G = 19.88%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C427E (or 0x8C427E) is known color: Trendy Pink. HEX triplet: 8C, 42 and 7E. RGB value is (140,66,126). Sum of RGB (Red+Green+Blue) = 140+66+126=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427E is #73BD81. Grayscale: #5E5E5E. Windows color (decimal): -7585154 or 8274572. OLE color: 8274572.

HSL color Cylindrical-coordinate representation of color #8C427E: hue angle of 311.35º 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 #8C427E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 126 -
CMYK 0 0.53 0.10 0.45
HSL 311.35º 0.36% 0.4% -
HSV(B) 311.35º 0.53% 0.55% -
XYZ 16.53 10.98 20.99 -
YUV 94.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 140 66 126 0 0.53 0.10 0.45 311.35 0.36 0.4
Hex 8C 42 7E 0 35 A 2D 137 24 28
Octal 214 102 176 0 65 12 55 467 44 50
Binary 10001100 1000010 1111110 0 110101 1010 101101 100110111 100100 101000

Color Harmonies of #8C427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C427E

Black with #8C427E

Text Example


Text Example

White with #8C427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,126); }

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

background-color css

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

 a { background-color: rgb(140,66,126); }

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

border-color css

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

 span { border-color: rgb(140,66,126); }

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