Html Css Color HEX #8549AA Studio

📋 copy color: '#8549AA'

red 133 ◦ green 73 ◦ blue 170

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

Shades of Studio #8549AA

Tints of Studio #8549AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 35.37%
G = 19.41%
B = 45.21%

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

#8549AA (or 0x8549AA) is known color: Studio. HEX triplet: 85, 49 and AA. RGB value is (133,73,170). Sum of RGB (Red+Green+Blue) = 133+73+170=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #8549AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8549AA is #7AB655. Grayscale: #656565. Windows color (decimal): -8042070 or 11159941. OLE color: 11159941.

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

Color convert

RGB 133 73 170 -
CMYK 0.22 0.57 0 0.33
HSL 277.11º 0.4% 0.48% -
HSV(B) 277.11º 0.57% 0.67% -
XYZ 19.31 12.65 39.45 -
YUV 102 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 133 73 170 0.22 0.57 0 0.33 277.11 0.4 0.48
Hex 85 49 AA 16 39 0 21 115 28 30
Octal 205 111 252 26 71 0 41 425 50 60
Binary 10000101 1001001 10101010 10110 111001 0 100001 100010101 101000 110000

Color Harmonies of #8549AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549AA

Black with #8549AA

Text Example


Text Example

White with #8549AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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