Html Css Color HEX #8555AD Studio

📋 copy color: '#8555AD'

red 133 ◦ green 85 ◦ blue 173

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

Shades of Studio #8555AD

Tints of Studio #8555AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 34.02%
G = 21.74%
B = 44.25%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8555AD (or 0x8555AD) is known color: Studio. HEX triplet: 85, 55 and AD. RGB value is (133,85,173). Sum of RGB (Red+Green+Blue) = 133+85+173=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #8555AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555AD is #7AAA52. Grayscale: #6D6D6D. Windows color (decimal): -8038995 or 11359621. OLE color: 11359621.

HSL color Cylindrical-coordinate representation of color #8555AD: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8555AD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 85 173 -
CMYK 0.23 0.51 0 0.32
HSL 272.73º 0.35% 0.51% -
HSV(B) 272.73º 0.51% 0.68% -
XYZ 20.46 14.5 41.26 -
YUV 109.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 133 85 173 0.23 0.51 0 0.32 272.73 0.35 0.51
Hex 85 55 AD 17 33 0 20 111 23 33
Octal 205 125 255 27 63 0 40 421 43 63
Binary 10000101 1010101 10101101 10111 110011 0 100000 100010001 100011 110011

Color Harmonies of #8555AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8555AD

Black with #8555AD

Text Example


Text Example

White with #8555AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8555AD; }

 p { color: rgb(133,85,173); }

 H1.HeaderClassName
 {
   color: #8555AD;
 }
 .AnyTagClassName
 {
   color: #8555AD;
 }
</style>

background-color css

<style>
 a { background-color: #8555AD; }

 a { background-color: rgb(133,85,173); }

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

border-color css

<style>
 span { border-color: #8555AD; }

 span { border-color: rgb(133,85,173); }

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