Html Css Color HEX #805085 Trendy Pink

📋 copy color: '#805085'

red 128 ◦ green 80 ◦ blue 133

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

Shades of Trendy Pink #805085

Tints of Trendy Pink #805085

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 37.54%
G = 23.46%
B = 39%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#805085 (or 0x805085) is known color: Trendy Pink. HEX triplet: 80, 50 and 85. RGB value is (128,80,133). Sum of RGB (Red+Green+Blue) = 128+80+133=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #805085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805085 is #7FAF7A. Grayscale: #646464. Windows color (decimal): -8367995 or 8736896. OLE color: 8736896.

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

Color convert

RGB 128 80 133 -
CMYK 0.04 0.40 0 0.48
HSL 294.34º 0.25% 0.42% -
HSV(B) 294.34º 0.4% 0.52% -
XYZ 16 12.02 23.67 -
YUV 100.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 128 80 133 0.04 0.40 0 0.48 294.34 0.25 0.42
Hex 80 50 85 4 28 0 30 126 19 2A
Octal 200 120 205 4 50 0 60 446 31 52
Binary 10000000 1010000 10000101 100 101000 0 110000 100100110 11001 101010

Color Harmonies of #805085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805085

Black with #805085

Text Example


Text Example

White with #805085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805085; }

 p { color: rgb(128,80,133); }

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

background-color css

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

 a { background-color: rgb(128,80,133); }

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

border-color css

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

 span { border-color: rgb(128,80,133); }

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