Html Css Color HEX #8042AA Studio

📋 copy color: '#8042AA'

red 128 ◦ green 66 ◦ blue 170

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

Shades of Studio #8042AA

Tints of Studio #8042AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 35.16%
G = 18.13%
B = 46.7%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8042AA (or 0x8042AA) is known color: Studio. HEX triplet: 80, 42 and AA. RGB value is (128,66,170). Sum of RGB (Red+Green+Blue) = 128+66+170=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #8042AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AA is #7FBD55. Grayscale: #606060. Windows color (decimal): -8371542 or 11158144. OLE color: 11158144.

HSL color Cylindrical-coordinate representation of color #8042AA: hue angle of 275.77º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8042AA is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 66 170 -
CMYK 0.25 0.61 0 0.33
HSL 275.77º 0.44% 0.46% -
HSV(B) 275.77º 0.61% 0.67% -
XYZ 18.11 11.39 39.27 -
YUV 96.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 128 66 170 0.25 0.61 0 0.33 275.77 0.44 0.46
Hex 80 42 AA 19 3D 0 21 114 2C 2E
Octal 200 102 252 31 75 0 41 424 54 56
Binary 10000000 1000010 10101010 11001 111101 0 100001 100010100 101100 101110

Color Harmonies of #8042AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8042AA

Black with #8042AA

Text Example


Text Example

White with #8042AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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