Html Css Color HEX #8559AA Studio

📋 copy color: '#8559AA'

red 133 ◦ green 89 ◦ blue 170

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

Shades of Studio #8559AA

Tints of Studio #8559AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.7%

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

R = 33.93%
G = 22.7%
B = 43.37%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8559AA (or 0x8559AA) is known color: Studio. HEX triplet: 85, 59 and AA. RGB value is (133,89,170). Sum of RGB (Red+Green+Blue) = 133+89+170=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #8559AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8559AA is #7AA655. Grayscale: #6F6F6F. Windows color (decimal): -8037974 or 11164037. OLE color: 11164037.

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

Color convert

RGB 133 89 170 -
CMYK 0.22 0.48 0 0.33
HSL 272.59º 0.32% 0.51% -
HSV(B) 272.59º 0.48% 0.67% -
XYZ 20.5 15.03 39.85 -
YUV 111.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 133 89 170 0.22 0.48 0 0.33 272.59 0.32 0.51
Hex 85 59 AA 16 30 0 21 111 20 33
Octal 205 131 252 26 60 0 41 421 40 63
Binary 10000101 1011001 10101010 10110 110000 0 100001 100010001 100000 110011

Color Harmonies of #8559AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8559AA

Black with #8559AA

Text Example


Text Example

White with #8559AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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