Html Css Color HEX #85417C Trendy Pink

📋 copy color: '#85417C'

red 133 ◦ green 65 ◦ blue 124

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

Shades of Trendy Pink #85417C

Tints of Trendy Pink #85417C

RGB

 RED value IS 133 (52.34% from 255) = 41.3%

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 41.3%
G = 20.19%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85417C (or 0x85417C) is known color: Trendy Pink. HEX triplet: 85, 41 and 7C. RGB value is (133,65,124). Sum of RGB (Red+Green+Blue) = 133+65+124=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417C is #7ABE83. Grayscale: #5B5B5B. Windows color (decimal): -8044164 or 8143237. OLE color: 8143237.

HSL color Cylindrical-coordinate representation of color #85417C: hue angle of 307.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85417C is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 124 -
CMYK 0 0.51 0.07 0.48
HSL 307.94º 0.34% 0.39% -
HSV(B) 307.94º 0.51% 0.52% -
XYZ 15.2 10.22 20.24 -
YUV 92.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 133 65 124 0 0.51 0.07 0.48 307.94 0.34 0.39
Hex 85 41 7C 0 33 7 30 134 22 27
Octal 205 101 174 0 63 7 60 464 42 47
Binary 10000101 1000001 1111100 0 110011 111 110000 100110100 100010 100111

Color Harmonies of #85417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85417C

Black with #85417C

Text Example


Text Example

White with #85417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85417C; }

 p { color: rgb(133,65,124); }

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

background-color css

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

 a { background-color: rgb(133,65,124); }

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

border-color css

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

 span { border-color: rgb(133,65,124); }

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