Html Css Color HEX #8550AA Studio

📋 copy color: '#8550AA'

red 133 ◦ green 80 ◦ blue 170

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

Shades of Studio #8550AA

Tints of Studio #8550AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.89%

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

R = 34.73%
G = 20.89%
B = 44.39%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8550AA (or 0x8550AA) is known color: Studio. HEX triplet: 85, 50 and AA. RGB value is (133,80,170). Sum of RGB (Red+Green+Blue) = 133+80+170=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8550AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8550AA is #7AAF55. Grayscale: #696969. Windows color (decimal): -8040278 or 11161733. OLE color: 11161733.

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

Color convert

RGB 133 80 170 -
CMYK 0.22 0.53 0 0.33
HSL 275.33º 0.36% 0.49% -
HSV(B) 275.33º 0.53% 0.67% -
XYZ 19.8 13.63 39.62 -
YUV 106.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 133 80 170 0.22 0.53 0 0.33 275.33 0.36 0.49
Hex 85 50 AA 16 35 0 21 113 24 31
Octal 205 120 252 26 65 0 41 423 44 61
Binary 10000101 1010000 10101010 10110 110101 0 100001 100010011 100100 110001

Color Harmonies of #8550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550AA

Black with #8550AA

Text Example


Text Example

White with #8550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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