Html Css Color HEX #816389 Trendy Pink

📋 copy color: '#816389'

red 129 ◦ green 99 ◦ blue 137

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

Shades of Trendy Pink #816389

Tints of Trendy Pink #816389

RGB

 RED value IS 129 (50.78% from 255) = 35.34%

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 35.34%
G = 27.12%
B = 37.53%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#816389 (or 0x816389) is known color: Trendy Pink. HEX triplet: 81, 63 and 89. RGB value is (129,99,137). Sum of RGB (Red+Green+Blue) = 129+99+137=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #816389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816389 is #7E9C76. Grayscale: #707070. Windows color (decimal): -8297591 or 9003905. OLE color: 9003905.

HSL color Cylindrical-coordinate representation of color #816389: hue angle of 287.37º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816389 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 99 137 -
CMYK 0.06 0.28 0 0.46
HSL 287.37º 0.16% 0.46% -
HSV(B) 287.37º 0.28% 0.54% -
XYZ 18.03 15.4 25.69 -
YUV 112.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 129 99 137 0.06 0.28 0 0.46 287.37 0.16 0.46
Hex 81 63 89 6 1C 0 2E 11F 10 2E
Octal 201 143 211 6 34 0 56 437 20 56
Binary 10000001 1100011 10001001 110 11100 0 101110 100011111 10000 101110

Color Harmonies of #816389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816389

Black with #816389

Text Example


Text Example

White with #816389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816389; }

 p { color: rgb(129,99,137); }

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

background-color css

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

 a { background-color: rgb(129,99,137); }

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

border-color css

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

 span { border-color: rgb(129,99,137); }

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