Html Css Color HEX #8550AC Studio

📋 copy color: '#8550AC'

red 133 ◦ green 80 ◦ blue 172

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

Shades of Studio #8550AC

Tints of Studio #8550AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 34.55%
G = 20.78%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8550AC (or 0x8550AC) is known color: Studio. HEX triplet: 85, 50 and AC. RGB value is (133,80,172). Sum of RGB (Red+Green+Blue) = 133+80+172=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8550AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8550AC is #7AAF53. Grayscale: #6A6A6A. Windows color (decimal): -8040276 or 11292805. OLE color: 11292805.

HSL color Cylindrical-coordinate representation of color #8550AC: hue angle of 274.57º degrees, saturation: 0.37, 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 #8550AC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 80 172 -
CMYK 0.23 0.53 0 0.33
HSL 274.57º 0.37% 0.49% -
HSV(B) 274.57º 0.53% 0.67% -
XYZ 19.99 13.7 40.62 -
YUV 106.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 133 80 172 0.23 0.53 0 0.33 274.57 0.37 0.49
Hex 85 50 AC 17 35 0 21 113 25 31
Octal 205 120 254 27 65 0 41 423 45 61
Binary 10000101 1010000 10101100 10111 110101 0 100001 100010011 100101 110001

Color Harmonies of #8550AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8550AC

Black with #8550AC

Text Example


Text Example

White with #8550AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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