Html Css Color HEX #8B427B Trendy Pink

📋 copy color: '#8B427B'

red 139 ◦ green 66 ◦ blue 123

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

Shades of Trendy Pink #8B427B

Tints of Trendy Pink #8B427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 42.38%
G = 20.12%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B427B (or 0x8B427B) is known color: Trendy Pink. HEX triplet: 8B, 42 and 7B. RGB value is (139,66,123). Sum of RGB (Red+Green+Blue) = 139+66+123=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B427B is #74BD84. Grayscale: #5E5E5E. Windows color (decimal): -7650693 or 8077963. OLE color: 8077963.

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

Color convert

RGB 139 66 123 -
CMYK 0 0.53 0.12 0.45
HSL 313.15º 0.36% 0.4% -
HSV(B) 313.15º 0.53% 0.55% -
XYZ 16.17 10.82 19.97 -
YUV 94.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 139 66 123 0 0.53 0.12 0.45 313.15 0.36 0.4
Hex 8B 42 7B 0 35 C 2D 139 24 28
Octal 213 102 173 0 65 14 55 471 44 50
Binary 10001011 1000010 1111011 0 110101 1100 101101 100111001 100100 101000

Color Harmonies of #8B427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B427B

Black with #8B427B

Text Example


Text Example

White with #8B427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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