Html Css Color HEX #85417B Trendy Pink

📋 copy color: '#85417B'

red 133 ◦ green 65 ◦ blue 123

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

Shades of Trendy Pink #85417B

Tints of Trendy Pink #85417B

RGB

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

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

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

R = 41.43%
G = 20.25%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85417B (or 0x85417B) is known color: Trendy Pink. HEX triplet: 85, 41 and 7B. RGB value is (133,65,123). Sum of RGB (Red+Green+Blue) = 133+65+123=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85417B is #7ABE84. Grayscale: #5B5B5B. Windows color (decimal): -8044165 or 8077701. OLE color: 8077701.

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

Color convert

RGB 133 65 123 -
CMYK 0 0.51 0.08 0.48
HSL 308.82º 0.34% 0.39% -
HSV(B) 308.82º 0.51% 0.52% -
XYZ 15.14 10.2 19.91 -
YUV 91.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 133 65 123 0 0.51 0.08 0.48 308.82 0.34 0.39
Hex 85 41 7B 0 33 8 30 135 22 27
Octal 205 101 173 0 63 10 60 465 42 47
Binary 10000101 1000001 1111011 0 110011 1000 110000 100110101 100010 100111

Color Harmonies of #85417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85417B

Black with #85417B

Text Example


Text Example

White with #85417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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