Html Css Color HEX #805999 Studio

📋 copy color: '#805999'

red 128 ◦ green 89 ◦ blue 153

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

Shades of Studio #805999

Tints of Studio #805999

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 34.59%
G = 24.05%
B = 41.35%

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

#805999 (or 0x805999) is known color: Studio. HEX triplet: 80, 59 and 99. RGB value is (128,89,153). Sum of RGB (Red+Green+Blue) = 128+89+153=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #805999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805999 is #7FA666. Grayscale: #6B6B6B. Windows color (decimal): -8365671 or 10049920. OLE color: 10049920.

HSL color Cylindrical-coordinate representation of color #805999: hue angle of 276.56º degrees, saturation: 0.26, 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 #805999 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 89 153 -
CMYK 0.16 0.42 0 0.4
HSL 276.56º 0.26% 0.47% -
HSV(B) 276.56º 0.42% 0.6% -
XYZ 18.22 14.03 31.89 -
YUV 107.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 128 89 153 0.16 0.42 0 0.4 276.56 0.26 0.47
Hex 80 59 99 10 2A 0 28 115 1A 2F
Octal 200 131 231 20 52 0 50 425 32 57
Binary 10000000 1011001 10011001 10000 101010 0 101000 100010101 11010 101111

Color Harmonies of #805999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805999

Black with #805999

Text Example


Text Example

White with #805999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805999; }

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

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

background-color css

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

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

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

border-color css

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

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

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