Html Css Color HEX #805899 Studio

📋 copy color: '#805899'

red 128 ◦ green 88 ◦ blue 153

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

Shades of Studio #805899

Tints of Studio #805899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 34.69%
G = 23.85%
B = 41.46%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#805899 (or 0x805899) is known color: Studio. HEX triplet: 80, 58 and 99. RGB value is (128,88,153). Sum of RGB (Red+Green+Blue) = 128+88+153=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #805899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805899 is #7FA766. Grayscale: #6B6B6B. Windows color (decimal): -8365927 or 10049664. OLE color: 10049664.

HSL color Cylindrical-coordinate representation of color #805899: hue angle of 276.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #805899 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 88 153 -
CMYK 0.16 0.42 0 0.4
HSL 276.92º 0.27% 0.47% -
HSV(B) 276.92º 0.42% 0.6% -
XYZ 18.14 13.87 31.86 -
YUV 107.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 128 88 153 0.16 0.42 0 0.4 276.92 0.27 0.47
Hex 80 58 99 10 2A 0 28 115 1B 2F
Octal 200 130 231 20 52 0 50 425 33 57
Binary 10000000 1011000 10011001 10000 101010 0 101000 100010101 11011 101111

Color Harmonies of #805899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805899

Black with #805899

Text Example


Text Example

White with #805899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805899; }

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

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

background-color css

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

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

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

border-color css

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

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

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