Html Css Color HEX #8053A4 Studio

📋 copy color: '#8053A4'

red 128 ◦ green 83 ◦ blue 164

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

Shades of Studio #8053A4

Tints of Studio #8053A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 34.13%
G = 22.13%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8053A4 (or 0x8053A4) is known color: Studio. HEX triplet: 80, 53 and A4. RGB value is (128,83,164). Sum of RGB (Red+Green+Blue) = 128+83+164=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #8053A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8053A4 is #7FAC5B. Grayscale: #696969. Windows color (decimal): -8367196 or 10769280. OLE color: 10769280.

HSL color Cylindrical-coordinate representation of color #8053A4: hue angle of 273.33º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8053A4 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 83 164 -
CMYK 0.22 0.49 0 0.36
HSL 273.33º 0.33% 0.48% -
HSV(B) 273.33º 0.49% 0.64% -
XYZ 18.7 13.46 36.73 -
YUV 105.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 128 83 164 0.22 0.49 0 0.36 273.33 0.33 0.48
Hex 80 53 A4 16 31 0 24 111 21 30
Octal 200 123 244 26 61 0 44 421 41 60
Binary 10000000 1010011 10100100 10110 110001 0 100100 100010001 100001 110000

Color Harmonies of #8053A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053A4

Black with #8053A4

Text Example


Text Example

White with #8053A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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