Html Css Color HEX #8055AD Studio

📋 copy color: '#8055AD'

red 128 ◦ green 85 ◦ blue 173

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

Shades of Studio #8055AD

Tints of Studio #8055AD

RGB

 RED value IS 128 (50.39% from 255) = 33.16%

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

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

R = 33.16%
G = 22.02%
B = 44.82%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8055AD (or 0x8055AD) is known color: Studio. HEX triplet: 80, 55 and AD. RGB value is (128,85,173). Sum of RGB (Red+Green+Blue) = 128+85+173=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8055AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8055AD is #7FAA52. Grayscale: #6B6B6B. Windows color (decimal): -8366675 or 11359616. OLE color: 11359616.

HSL color Cylindrical-coordinate representation of color #8055AD: hue angle of 269.32º 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 #8055AD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 85 173 -
CMYK 0.26 0.51 0 0.32
HSL 269.32º 0.35% 0.51% -
HSV(B) 269.32º 0.51% 0.68% -
XYZ 19.69 14.1 41.22 -
YUV 107.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 128 85 173 0.26 0.51 0 0.32 269.32 0.35 0.51
Hex 80 55 AD 1A 33 0 20 10D 23 33
Octal 200 125 255 32 63 0 40 415 43 63
Binary 10000000 1010101 10101101 11010 110011 0 100000 100001101 100011 110011

Color Harmonies of #8055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8055AD

Black with #8055AD

Text Example


Text Example

White with #8055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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