Html Css Color HEX #855F83 Trendy Pink

📋 copy color: '#855F83'

red 133 ◦ green 95 ◦ blue 131

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

Shades of Trendy Pink #855F83

Tints of Trendy Pink #855F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 37.05%
G = 26.46%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#855F83 (or 0x855F83) is known color: Trendy Pink. HEX triplet: 85, 5F and 83. RGB value is (133,95,131). Sum of RGB (Red+Green+Blue) = 133+95+131=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #855F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F83 is #7AA07C. Grayscale: #6E6E6E. Windows color (decimal): -8036477 or 8609669. OLE color: 8609669.

HSL color Cylindrical-coordinate representation of color #855F83: hue angle of 303.16º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F83 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 131 -
CMYK 0 0.29 0.02 0.48
HSL 303.16º 0.17% 0.45% -
HSV(B) 303.16º 0.29% 0.52% -
XYZ 17.86 14.81 23.39 -
YUV 110.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 133 95 131 0 0.29 0.02 0.48 303.16 0.17 0.45
Hex 85 5F 83 0 1D 2 30 12F 11 2D
Octal 205 137 203 0 35 2 60 457 21 55
Binary 10000101 1011111 10000011 0 11101 10 110000 100101111 10001 101101

Color Harmonies of #855F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F83

Black with #855F83

Text Example


Text Example

White with #855F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F83; }

 p { color: rgb(133,95,131); }

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

background-color css

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

 a { background-color: rgb(133,95,131); }

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

border-color css

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

 span { border-color: rgb(133,95,131); }

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