Html Css Color HEX #8050AD Studio

📋 copy color: '#8050AD'

red 128 ◦ green 80 ◦ blue 173

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

Shades of Studio #8050AD

Tints of Studio #8050AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 173 (67.97% from 255) = 45.41%

R = 33.6%
G = 21%
B = 45.41%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8050AD (or 0x8050AD) is known color: Studio. HEX triplet: 80, 50 and AD. RGB value is (128,80,173). Sum of RGB (Red+Green+Blue) = 128+80+173=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #8050AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8050AD is #7FAF52. Grayscale: #686868. Windows color (decimal): -8367955 or 11358336. OLE color: 11358336.

HSL color Cylindrical-coordinate representation of color #8050AD: hue angle of 270.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8050AD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 80 173 -
CMYK 0.26 0.54 0 0.32
HSL 270.97º 0.37% 0.5% -
HSV(B) 270.97º 0.54% 0.68% -
XYZ 19.31 13.34 41.09 -
YUV 104.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 128 80 173 0.26 0.54 0 0.32 270.97 0.37 0.5
Hex 80 50 AD 1A 36 0 20 10F 25 32
Octal 200 120 255 32 66 0 40 417 45 62
Binary 10000000 1010000 10101101 11010 110110 0 100000 100001111 100101 110010

Color Harmonies of #8050AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050AD

Black with #8050AD

Text Example


Text Example

White with #8050AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8050AD; }

 p { color: rgb(128,80,173); }

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

background-color css

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

 a { background-color: rgb(128,80,173); }

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

border-color css

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

 span { border-color: rgb(128,80,173); }

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