Html Css Color HEX #845083 Trendy Pink

📋 copy color: '#845083'

red 132 ◦ green 80 ◦ blue 131

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

Shades of Trendy Pink #845083

Tints of Trendy Pink #845083

RGB

 RED value IS 132 (51.95% from 255) = 38.48%

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 38.48%
G = 23.32%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#845083 (or 0x845083) is known color: Trendy Pink. HEX triplet: 84, 50 and 83. RGB value is (132,80,131). Sum of RGB (Red+Green+Blue) = 132+80+131=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #845083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845083 is #7BAF7C. Grayscale: #656565. Windows color (decimal): -8105853 or 8605828. OLE color: 8605828.

HSL color Cylindrical-coordinate representation of color #845083: hue angle of 301.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845083 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 131 -
CMYK 0 0.39 0.01 0.48
HSL 301.15º 0.25% 0.42% -
HSV(B) 301.15º 0.39% 0.52% -
XYZ 16.48 12.28 22.97 -
YUV 101.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 132 80 131 0 0.39 0.01 0.48 301.15 0.25 0.42
Hex 84 50 83 0 27 1 30 12D 19 2A
Octal 204 120 203 0 47 1 60 455 31 52
Binary 10000100 1010000 10000011 0 100111 1 110000 100101101 11001 101010

Color Harmonies of #845083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845083

Black with #845083

Text Example


Text Example

White with #845083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845083; }

 p { color: rgb(132,80,131); }

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

background-color css

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

 a { background-color: rgb(132,80,131); }

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

border-color css

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

 span { border-color: rgb(132,80,131); }

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