Html Css Color HEX #8555AB Studio

📋 copy color: '#8555AB'

red 133 ◦ green 85 ◦ blue 171

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

Shades of Studio #8555AB

Tints of Studio #8555AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 34.19%
G = 21.85%
B = 43.96%

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

#8555AB (or 0x8555AB) is known color: Studio. HEX triplet: 85, 55 and AB. RGB value is (133,85,171). Sum of RGB (Red+Green+Blue) = 133+85+171=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8555AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AB is #7AAA54. Grayscale: #6C6C6C. Windows color (decimal): -8038997 or 11228549. OLE color: 11228549.

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

Color convert

RGB 133 85 171 -
CMYK 0.22 0.50 0 0.33
HSL 273.49º 0.34% 0.5% -
HSV(B) 273.49º 0.5% 0.67% -
XYZ 20.27 14.42 40.24 -
YUV 109.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 133 85 171 0.22 0.50 0 0.33 273.49 0.34 0.5
Hex 85 55 AB 16 32 0 21 111 22 32
Octal 205 125 253 26 62 0 41 421 42 62
Binary 10000101 1010101 10101011 10110 110010 0 100001 100010001 100010 110010

Color Harmonies of #8555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555AB

Black with #8555AB

Text Example


Text Example

White with #8555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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