Html Css Color HEX #855483 Trendy Pink

📋 copy color: '#855483'

red 133 ◦ green 84 ◦ blue 131

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

Shades of Trendy Pink #855483

Tints of Trendy Pink #855483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 38.22%
G = 24.14%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#855483 (or 0x855483) is known color: Trendy Pink. HEX triplet: 85, 54 and 83. RGB value is (133,84,131). Sum of RGB (Red+Green+Blue) = 133+84+131=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855483 is #7AAB7C. Grayscale: #676767. Windows color (decimal): -8039293 or 8606853. OLE color: 8606853.

HSL color Cylindrical-coordinate representation of color #855483: hue angle of 302.45º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855483 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 131 -
CMYK 0 0.37 0.02 0.48
HSL 302.45º 0.23% 0.43% -
HSV(B) 302.45º 0.37% 0.52% -
XYZ 16.94 12.97 23.08 -
YUV 104.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 133 84 131 0 0.37 0.02 0.48 302.45 0.23 0.43
Hex 85 54 83 0 25 2 30 12E 17 2B
Octal 205 124 203 0 45 2 60 456 27 53
Binary 10000101 1010100 10000011 0 100101 10 110000 100101110 10111 101011

Color Harmonies of #855483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855483

Black with #855483

Text Example


Text Example

White with #855483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855483; }

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

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

background-color css

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

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

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

border-color css

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

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

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