Html Css Color HEX #8040AD Studio

📋 copy color: '#8040AD'

red 128 ◦ green 64 ◦ blue 173

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

Shades of Studio #8040AD

Tints of Studio #8040AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

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

R = 35.07%
G = 17.53%
B = 47.4%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8040AD (or 0x8040AD) is known color: Studio. HEX triplet: 80, 40 and AD. RGB value is (128,64,173). Sum of RGB (Red+Green+Blue) = 128+64+173=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #8040AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040AD is #7FBF52. Grayscale: #5F5F5F. Windows color (decimal): -8372051 or 11354240. OLE color: 11354240.

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

Color convert

RGB 128 64 173 -
CMYK 0.26 0.63 0 0.32
HSL 275.23º 0.46% 0.46% -
HSV(B) 275.23º 0.63% 0.68% -
XYZ 18.28 11.27 40.75 -
YUV 95.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 128 64 173 0.26 0.63 0 0.32 275.23 0.46 0.46
Hex 80 40 AD 1A 3F 0 20 113 2E 2E
Octal 200 100 255 32 77 0 40 423 56 56
Binary 10000000 1000000 10101101 11010 111111 0 100000 100010011 101110 101110

Color Harmonies of #8040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040AD

Black with #8040AD

Text Example


Text Example

White with #8040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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