Html Css Color HEX #8549AE Studio

📋 copy color: '#8549AE'

red 133 ◦ green 73 ◦ blue 174

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

Shades of Studio #8549AE

Tints of Studio #8549AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 35%
G = 19.21%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8549AE (or 0x8549AE) is known color: Studio. HEX triplet: 85, 49 and AE. RGB value is (133,73,174). Sum of RGB (Red+Green+Blue) = 133+73+174=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #8549AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8549AE is #7AB651. Grayscale: #666666. Windows color (decimal): -8042066 or 11422085. OLE color: 11422085.

HSL color Cylindrical-coordinate representation of color #8549AE: hue angle of 275.64º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8549AE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 73 174 -
CMYK 0.24 0.58 0 0.32
HSL 275.64º 0.41% 0.48% -
HSV(B) 275.64º 0.58% 0.68% -
XYZ 19.7 12.81 41.48 -
YUV 102.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 133 73 174 0.24 0.58 0 0.32 275.64 0.41 0.48
Hex 85 49 AE 18 3A 0 20 114 29 30
Octal 205 111 256 30 72 0 40 424 51 60
Binary 10000101 1001001 10101110 11000 111010 0 100000 100010100 101001 110000

Color Harmonies of #8549AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8549AE

Black with #8549AE

Text Example


Text Example

White with #8549AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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