Html Css Color HEX #8056AB Studio

📋 copy color: '#8056AB'

red 128 ◦ green 86 ◦ blue 171

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

Shades of Studio #8056AB

Tints of Studio #8056AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

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

R = 33.25%
G = 22.34%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8056AB (or 0x8056AB) is known color: Studio. HEX triplet: 80, 56 and AB. RGB value is (128,86,171). Sum of RGB (Red+Green+Blue) = 128+86+171=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #8056AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8056AB is #7FA954. Grayscale: #6B6B6B. Windows color (decimal): -8366421 or 11228800. OLE color: 11228800.

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

Color convert

RGB 128 86 171 -
CMYK 0.25 0.50 0 0.33
HSL 269.65º 0.34% 0.5% -
HSV(B) 269.65º 0.5% 0.67% -
XYZ 19.58 14.19 40.23 -
YUV 108.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 128 86 171 0.25 0.50 0 0.33 269.65 0.34 0.5
Hex 80 56 AB 19 32 0 21 10E 22 32
Octal 200 126 253 31 62 0 41 416 42 62
Binary 10000000 1010110 10101011 11001 110010 0 100001 100001110 100010 110010

Color Harmonies of #8056AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8056AB

Black with #8056AB

Text Example


Text Example

White with #8056AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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