Html Css Color HEX #876293 Trendy Pink

📋 copy color: '#876293'

red 135 ◦ green 98 ◦ blue 147

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

Shades of Trendy Pink #876293

Tints of Trendy Pink #876293

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 35.53%
G = 25.79%
B = 38.68%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#876293 (or 0x876293) is known color: Trendy Pink. HEX triplet: 87, 62 and 93. RGB value is (135,98,147). Sum of RGB (Red+Green+Blue) = 135+98+147=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #876293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876293 is #789D6C. Grayscale: #727272. Windows color (decimal): -7904621 or 9659015. OLE color: 9659015.

HSL color Cylindrical-coordinate representation of color #876293: hue angle of 285.31º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876293 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 98 147 -
CMYK 0.08 0.33 0 0.42
HSL 285.31º 0.2% 0.48% -
HSV(B) 285.31º 0.33% 0.58% -
XYZ 19.63 15.99 29.66 -
YUV 114.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 135 98 147 0.08 0.33 0 0.42 285.31 0.2 0.48
Hex 87 62 93 8 21 0 2A 11D 14 30
Octal 207 142 223 10 41 0 52 435 24 60
Binary 10000111 1100010 10010011 1000 100001 0 101010 100011101 10100 110000

Color Harmonies of #876293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876293

Black with #876293

Text Example


Text Example

White with #876293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876293; }

 p { color: rgb(135,98,147); }

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

background-color css

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

 a { background-color: rgb(135,98,147); }

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

border-color css

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

 span { border-color: rgb(135,98,147); }

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