Html Css Color HEX #806085 Trendy Pink

📋 copy color: '#806085'

red 128 ◦ green 96 ◦ blue 133

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

Shades of Trendy Pink #806085

Tints of Trendy Pink #806085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 35.85%
G = 26.89%
B = 37.25%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806085 (or 0x806085) is known color: Trendy Pink. HEX triplet: 80, 60 and 85. RGB value is (128,96,133). Sum of RGB (Red+Green+Blue) = 128+96+133=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #806085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806085 is #7F9F7A. Grayscale: #6D6D6D. Windows color (decimal): -8363899 or 8740992. OLE color: 8740992.

HSL color Cylindrical-coordinate representation of color #806085: hue angle of 291.89º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806085 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 96 133 -
CMYK 0.04 0.28 0 0.48
HSL 291.89º 0.16% 0.45% -
HSV(B) 291.89º 0.28% 0.52% -
XYZ 17.32 14.65 24.1 -
YUV 109.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 128 96 133 0.04 0.28 0 0.48 291.89 0.16 0.45
Hex 80 60 85 4 1C 0 30 124 10 2D
Octal 200 140 205 4 34 0 60 444 20 55
Binary 10000000 1100000 10000101 100 11100 0 110000 100100100 10000 101101

Color Harmonies of #806085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806085

Black with #806085

Text Example


Text Example

White with #806085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806085; }

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

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

background-color css

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

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

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

border-color css

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

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

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