Html Css Color HEX #8050AB Studio

📋 copy color: '#8050AB'

red 128 ◦ green 80 ◦ blue 171

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

Shades of Studio #8050AB

Tints of Studio #8050AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 33.77%
G = 21.11%
B = 45.12%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8050AB (or 0x8050AB) is known color: Studio. HEX triplet: 80, 50 and AB. RGB value is (128,80,171). Sum of RGB (Red+Green+Blue) = 128+80+171=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8050AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8050AB is #7FAF54. Grayscale: #686868. Windows color (decimal): -8367957 or 11227264. OLE color: 11227264.

HSL color Cylindrical-coordinate representation of color #8050AB: hue angle of 271.65º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8050AB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 80 171 -
CMYK 0.25 0.53 0 0.33
HSL 271.65º 0.36% 0.49% -
HSV(B) 271.65º 0.53% 0.67% -
XYZ 19.12 13.27 40.08 -
YUV 104.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 128 80 171 0.25 0.53 0 0.33 271.65 0.36 0.49
Hex 80 50 AB 19 35 0 21 110 24 31
Octal 200 120 253 31 65 0 41 420 44 61
Binary 10000000 1010000 10101011 11001 110101 0 100001 100010000 100100 110001

Color Harmonies of #8050AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050AB

Black with #8050AB

Text Example


Text Example

White with #8050AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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