Html Css Color HEX #806885 Trendy Pink

📋 copy color: '#806885'

red 128 ◦ green 104 ◦ blue 133

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

Shades of Trendy Pink #806885

Tints of Trendy Pink #806885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 35.07%
G = 28.49%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806885 (or 0x806885) is known color: Trendy Pink. HEX triplet: 80, 68 and 85. RGB value is (128,104,133). Sum of RGB (Red+Green+Blue) = 128+104+133=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #806885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806885 is #7F977A. Grayscale: #727272. Windows color (decimal): -8361851 or 8743040. OLE color: 8743040.

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

Color convert

RGB 128 104 133 -
CMYK 0.04 0.22 0 0.48
HSL 289.66º 0.12% 0.46% -
HSV(B) 289.66º 0.22% 0.52% -
XYZ 18.09 16.18 24.36 -
YUV 114.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 128 104 133 0.04 0.22 0 0.48 289.66 0.12 0.46
Hex 80 68 85 4 16 0 30 122 C 2E
Octal 200 150 205 4 26 0 60 442 14 56
Binary 10000000 1101000 10000101 100 10110 0 110000 100100010 1100 101110

Color Harmonies of #806885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806885

Black with #806885

Text Example


Text Example

White with #806885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806885; }

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

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

background-color css

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

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

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

border-color css

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

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

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