Html Css Color HEX #8049A1 Studio

📋 copy color: '#8049A1'

red 128 ◦ green 73 ◦ blue 161

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

Shades of Studio #8049A1

Tints of Studio #8049A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 35.36%
G = 20.17%
B = 44.48%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8049A1 (or 0x8049A1) is known color: Studio. HEX triplet: 80, 49 and A1. RGB value is (128,73,161). Sum of RGB (Red+Green+Blue) = 128+73+161=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #8049A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049A1 is #7FB65E. Grayscale: #636363. Windows color (decimal): -8369759 or 10570112. OLE color: 10570112.

HSL color Cylindrical-coordinate representation of color #8049A1: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8049A1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 73 161 -
CMYK 0.20 0.55 0 0.37
HSL 277.5º 0.38% 0.46% -
HSV(B) 277.5º 0.55% 0.63% -
XYZ 17.72 11.93 35.09 -
YUV 99.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 128 73 161 0.20 0.55 0 0.37 277.5 0.38 0.46
Hex 80 49 A1 14 37 0 25 116 26 2E
Octal 200 111 241 24 67 0 45 426 46 56
Binary 10000000 1001001 10100001 10100 110111 0 100101 100010110 100110 101110

Color Harmonies of #8049A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049A1

Black with #8049A1

Text Example


Text Example

White with #8049A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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