Html Css Color HEX #85417F Trendy Pink

📋 copy color: '#85417F'

red 133 ◦ green 65 ◦ blue 127

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

Shades of Trendy Pink #85417F

Tints of Trendy Pink #85417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 40.92%
G = 20%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85417F (or 0x85417F) is known color: Trendy Pink. HEX triplet: 85, 41 and 7F. RGB value is (133,65,127). Sum of RGB (Red+Green+Blue) = 133+65+127=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417F is #7ABE80. Grayscale: #5C5C5C. Windows color (decimal): -8044161 or 8339845. OLE color: 8339845.

HSL color Cylindrical-coordinate representation of color #85417F: hue angle of 305.29º 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 #85417F is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 127 -
CMYK 0 0.51 0.05 0.48
HSL 305.29º 0.34% 0.39% -
HSV(B) 305.29º 0.51% 0.52% -
XYZ 15.39 10.3 21.26 -
YUV 92.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 133 65 127 0 0.51 0.05 0.48 305.29 0.34 0.39
Hex 85 41 7F 0 33 5 30 131 22 27
Octal 205 101 177 0 63 5 60 461 42 47
Binary 10000101 1000001 1111111 0 110011 101 110000 100110001 100010 100111

Color Harmonies of #85417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85417F

Black with #85417F

Text Example


Text Example

White with #85417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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