Html Css Color HEX #805883 Trendy Pink

📋 copy color: '#805883'

red 128 ◦ green 88 ◦ blue 131

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

Shades of Trendy Pink #805883

Tints of Trendy Pink #805883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 36.89%
G = 25.36%
B = 37.75%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#805883 (or 0x805883) is known color: Trendy Pink. HEX triplet: 80, 58 and 83. RGB value is (128,88,131). Sum of RGB (Red+Green+Blue) = 128+88+131=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #805883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805883 is #7FA77C. Grayscale: #686868. Windows color (decimal): -8365949 or 8607872. OLE color: 8607872.

HSL color Cylindrical-coordinate representation of color #805883: hue angle of 295.81º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805883 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 88 131 -
CMYK 0.02 0.33 0 0.49
HSL 295.81º 0.2% 0.43% -
HSV(B) 295.81º 0.33% 0.51% -
XYZ 16.49 13.21 23.15 -
YUV 104.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 128 88 131 0.02 0.33 0 0.49 295.81 0.2 0.43
Hex 80 58 83 2 21 0 31 128 14 2B
Octal 200 130 203 2 41 0 61 450 24 53
Binary 10000000 1011000 10000011 10 100001 0 110001 100101000 10100 101011

Color Harmonies of #805883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805883

Black with #805883

Text Example


Text Example

White with #805883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805883; }

 p { color: rgb(128,88,131); }

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

background-color css

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

 a { background-color: rgb(128,88,131); }

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

border-color css

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

 span { border-color: rgb(128,88,131); }

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