Html Css Color HEX #8549AB Studio

📋 copy color: '#8549AB'

red 133 ◦ green 73 ◦ blue 171

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

Shades of Studio #8549AB

Tints of Studio #8549AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 35.28%
G = 19.36%
B = 45.36%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8549AB (or 0x8549AB) is known color: Studio. HEX triplet: 85, 49 and AB. RGB value is (133,73,171). Sum of RGB (Red+Green+Blue) = 133+73+171=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8549AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8549AB is #7AB654. Grayscale: #656565. Windows color (decimal): -8042069 or 11225477. OLE color: 11225477.

HSL color Cylindrical-coordinate representation of color #8549AB: hue angle of 276.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8549AB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 73 171 -
CMYK 0.22 0.57 0 0.33
HSL 276.73º 0.4% 0.48% -
HSV(B) 276.73º 0.57% 0.67% -
XYZ 19.41 12.69 39.96 -
YUV 102.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 133 73 171 0.22 0.57 0 0.33 276.73 0.4 0.48
Hex 85 49 AB 16 39 0 21 115 28 30
Octal 205 111 253 26 71 0 41 425 50 60
Binary 10000101 1001001 10101011 10110 111001 0 100001 100010101 101000 110000

Color Harmonies of #8549AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549AB

Black with #8549AB

Text Example


Text Example

White with #8549AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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