Html Css Color HEX #855D83 Trendy Pink

📋 copy color: '#855D83'

red 133 ◦ green 93 ◦ blue 131

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

Shades of Trendy Pink #855D83

Tints of Trendy Pink #855D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 37.25%
G = 26.05%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#855D83 (or 0x855D83) is known color: Trendy Pink. HEX triplet: 85, 5D and 83. RGB value is (133,93,131). Sum of RGB (Red+Green+Blue) = 133+93+131=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #855D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D83 is #7AA27C. Grayscale: #6D6D6D. Windows color (decimal): -8036989 or 8609157. OLE color: 8609157.

HSL color Cylindrical-coordinate representation of color #855D83: hue angle of 303º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D83 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 131 -
CMYK 0 0.30 0.02 0.48
HSL 303º 0.18% 0.44% -
HSV(B) 303º 0.3% 0.52% -
XYZ 17.68 14.45 23.33 -
YUV 109.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 133 93 131 0 0.30 0.02 0.48 303 0.18 0.44
Hex 85 5D 83 0 1E 2 30 12F 12 2C
Octal 205 135 203 0 36 2 60 457 22 54
Binary 10000101 1011101 10000011 0 11110 10 110000 100101111 10010 101100

Color Harmonies of #855D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D83

Black with #855D83

Text Example


Text Example

White with #855D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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