Html Css Color HEX #8042AD Studio

📋 copy color: '#8042AD'

red 128 ◦ green 66 ◦ blue 173

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

Shades of Studio #8042AD

Tints of Studio #8042AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

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

R = 34.88%
G = 17.98%
B = 47.14%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8042AD (or 0x8042AD) is known color: Studio. HEX triplet: 80, 42 and AD. RGB value is (128,66,173). Sum of RGB (Red+Green+Blue) = 128+66+173=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #8042AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AD is #7FBD52. Grayscale: #606060. Windows color (decimal): -8371539 or 11354752. OLE color: 11354752.

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

Color convert

RGB 128 66 173 -
CMYK 0.26 0.62 0 0.32
HSL 274.77º 0.45% 0.47% -
HSV(B) 274.77º 0.62% 0.68% -
XYZ 18.39 11.5 40.79 -
YUV 96.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 128 66 173 0.26 0.62 0 0.32 274.77 0.45 0.47
Hex 80 42 AD 1A 3E 0 20 113 2D 2F
Octal 200 102 255 32 76 0 40 423 55 57
Binary 10000000 1000010 10101101 11010 111110 0 100000 100010011 101101 101111

Color Harmonies of #8042AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8042AD

Black with #8042AD

Text Example


Text Example

White with #8042AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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