Html Css Color HEX #8B427D Trendy Pink

📋 copy color: '#8B427D'

red 139 ◦ green 66 ◦ blue 125

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

Shades of Trendy Pink #8B427D

Tints of Trendy Pink #8B427D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 42.12%
G = 20%
B = 37.88%

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

#8B427D (or 0x8B427D) is known color: Trendy Pink. HEX triplet: 8B, 42 and 7D. RGB value is (139,66,125). Sum of RGB (Red+Green+Blue) = 139+66+125=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B427D is #74BD82. Grayscale: #5E5E5E. Windows color (decimal): -7650691 or 8209035. OLE color: 8209035.

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

Color convert

RGB 139 66 125 -
CMYK 0 0.53 0.10 0.45
HSL 311.51º 0.36% 0.4% -
HSV(B) 311.51º 0.53% 0.55% -
XYZ 16.3 10.87 20.64 -
YUV 94.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 139 66 125 0 0.53 0.10 0.45 311.51 0.36 0.4
Hex 8B 42 7D 0 35 A 2D 138 24 28
Octal 213 102 175 0 65 12 55 470 44 50
Binary 10001011 1000010 1111101 0 110101 1010 101101 100111000 100100 101000

Color Harmonies of #8B427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B427D

Black with #8B427D

Text Example


Text Example

White with #8B427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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