Html Css Color HEX #8053AA Studio

📋 copy color: '#8053AA'

red 128 ◦ green 83 ◦ blue 170

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

Shades of Studio #8053AA

Tints of Studio #8053AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

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

R = 33.6%
G = 21.78%
B = 44.62%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8053AA (or 0x8053AA) is known color: Studio. HEX triplet: 80, 53 and AA. RGB value is (128,83,170). Sum of RGB (Red+Green+Blue) = 128+83+170=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #8053AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8053AA is #7FAC55. Grayscale: #6A6A6A. Windows color (decimal): -8367190 or 11162496. OLE color: 11162496.

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

Color convert

RGB 128 83 170 -
CMYK 0.25 0.51 0 0.33
HSL 271.03º 0.34% 0.5% -
HSV(B) 271.03º 0.51% 0.67% -
XYZ 19.25 13.68 39.66 -
YUV 106.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 128 83 170 0.25 0.51 0 0.33 271.03 0.34 0.5
Hex 80 53 AA 19 33 0 21 10F 22 32
Octal 200 123 252 31 63 0 41 417 42 62
Binary 10000000 1010011 10101010 11001 110011 0 100001 100001111 100010 110010

Color Harmonies of #8053AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053AA

Black with #8053AA

Text Example


Text Example

White with #8053AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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