Html Css Color HEX #8556AB Studio

📋 copy color: '#8556AB'

red 133 ◦ green 86 ◦ blue 171

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

Shades of Studio #8556AB

Tints of Studio #8556AB

RGB

 RED value IS 133 (52.34% from 255) = 34.1%

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

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

R = 34.1%
G = 22.05%
B = 43.85%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8556AB (or 0x8556AB) is known color: Studio. HEX triplet: 85, 56 and AB. RGB value is (133,86,171). Sum of RGB (Red+Green+Blue) = 133+86+171=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8556AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8556AB is #7AA954. Grayscale: #6D6D6D. Windows color (decimal): -8038741 or 11228805. OLE color: 11228805.

HSL color Cylindrical-coordinate representation of color #8556AB: hue angle of 273.18º 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 #8556AB is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 86 171 -
CMYK 0.22 0.50 0 0.33
HSL 273.18º 0.34% 0.5% -
HSV(B) 273.18º 0.5% 0.67% -
XYZ 20.35 14.58 40.27 -
YUV 109.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 133 86 171 0.22 0.50 0 0.33 273.18 0.34 0.5
Hex 85 56 AB 16 32 0 21 111 22 32
Octal 205 126 253 26 62 0 41 421 42 62
Binary 10000101 1010110 10101011 10110 110010 0 100001 100010001 100010 110010

Color Harmonies of #8556AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8556AB

Black with #8556AB

Text Example


Text Example

White with #8556AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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