Html Css Color HEX #8049AD Studio

📋 copy color: '#8049AD'

red 128 ◦ green 73 ◦ blue 173

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

Shades of Studio #8049AD

Tints of Studio #8049AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 34.22%
G = 19.52%
B = 46.26%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8049AD (or 0x8049AD) is known color: Studio. HEX triplet: 80, 49 and AD. RGB value is (128,73,173). Sum of RGB (Red+Green+Blue) = 128+73+173=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8049AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AD is #7FB652. Grayscale: #646464. Windows color (decimal): -8369747 or 11356544. OLE color: 11356544.

HSL color Cylindrical-coordinate representation of color #8049AD: hue angle of 273º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8049AD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 73 173 -
CMYK 0.26 0.58 0 0.32
HSL 273º 0.41% 0.48% -
HSV(B) 273º 0.58% 0.68% -
XYZ 18.83 12.37 40.93 -
YUV 100.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 128 73 173 0.26 0.58 0 0.32 273 0.41 0.48
Hex 80 49 AD 1A 3A 0 20 111 29 30
Octal 200 111 255 32 72 0 40 421 51 60
Binary 10000000 1001001 10101101 11010 111010 0 100000 100010001 101001 110000

Color Harmonies of #8049AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049AD

Black with #8049AD

Text Example


Text Example

White with #8049AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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