Html Css Color HEX #806585 Trendy Pink

📋 copy color: '#806585'

red 128 ◦ green 101 ◦ blue 133

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

Shades of Trendy Pink #806585

Tints of Trendy Pink #806585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 35.36%
G = 27.9%
B = 36.74%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806585 (or 0x806585) is known color: Trendy Pink. HEX triplet: 80, 65 and 85. RGB value is (128,101,133). Sum of RGB (Red+Green+Blue) = 128+101+133=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #806585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806585 is #7F9A7A. Grayscale: #707070. Windows color (decimal): -8362619 or 8742272. OLE color: 8742272.

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

Color convert

RGB 128 101 133 -
CMYK 0.04 0.24 0 0.48
HSL 290.63º 0.14% 0.46% -
HSV(B) 290.63º 0.24% 0.52% -
XYZ 17.79 15.59 24.26 -
YUV 112.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 128 101 133 0.04 0.24 0 0.48 290.63 0.14 0.46
Hex 80 65 85 4 18 0 30 123 E 2E
Octal 200 145 205 4 30 0 60 443 16 56
Binary 10000000 1100101 10000101 100 11000 0 110000 100100011 1110 101110

Color Harmonies of #806585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806585

Black with #806585

Text Example


Text Example

White with #806585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806585; }

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

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

background-color css

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

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

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

border-color css

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

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

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