Html Css Color HEX #806385 Trendy Pink

📋 copy color: '#806385'

red 128 ◦ green 99 ◦ blue 133

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

Shades of Trendy Pink #806385

Tints of Trendy Pink #806385

RGB

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

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

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

R = 35.56%
G = 27.5%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806385 (or 0x806385) is known color: Trendy Pink. HEX triplet: 80, 63 and 85. RGB value is (128,99,133). Sum of RGB (Red+Green+Blue) = 128+99+133=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #806385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806385 is #7F9C7A. Grayscale: #6F6F6F. Windows color (decimal): -8363131 or 8741760. OLE color: 8741760.

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

Color convert

RGB 128 99 133 -
CMYK 0.04 0.26 0 0.48
HSL 291.18º 0.15% 0.45% -
HSV(B) 291.18º 0.26% 0.52% -
XYZ 17.6 15.21 24.2 -
YUV 111.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 128 99 133 0.04 0.26 0 0.48 291.18 0.15 0.45
Hex 80 63 85 4 1A 0 30 123 F 2D
Octal 200 143 205 4 32 0 60 443 17 55
Binary 10000000 1100011 10000101 100 11010 0 110000 100100011 1111 101101

Color Harmonies of #806385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806385

Black with #806385

Text Example


Text Example

White with #806385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806385; }

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

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

background-color css

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

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

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

border-color css

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

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

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