Html Css Color HEX #80539D Studio

📋 copy color: '#80539D'

red 128 ◦ green 83 ◦ blue 157

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

Shades of Studio #80539D

Tints of Studio #80539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 34.78%
G = 22.55%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80539D (or 0x80539D) is known color: Studio. HEX triplet: 80, 53 and 9D. RGB value is (128,83,157). Sum of RGB (Red+Green+Blue) = 128+83+157=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #80539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80539D is #7FAC62. Grayscale: #686868. Windows color (decimal): -8367203 or 10310528. OLE color: 10310528.

HSL color Cylindrical-coordinate representation of color #80539D: hue angle of 276.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80539D is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 83 157 -
CMYK 0.18 0.47 0 0.38
HSL 276.49º 0.31% 0.47% -
HSV(B) 276.49º 0.47% 0.62% -
XYZ 18.08 13.21 33.5 -
YUV 104.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 128 83 157 0.18 0.47 0 0.38 276.49 0.31 0.47
Hex 80 53 9D 12 2F 0 26 114 1F 2F
Octal 200 123 235 22 57 0 46 424 37 57
Binary 10000000 1010011 10011101 10010 101111 0 100110 100010100 11111 101111

Color Harmonies of #80539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80539D

Black with #80539D

Text Example


Text Example

White with #80539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80539D; }

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

 H1.HeaderClassName
 {
   color: #80539D;
 }
 .AnyTagClassName
 {
   color: #80539D;
 }
</style>

background-color css

<style>
 a { background-color: #80539D; }

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

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

border-color css

<style>
 span { border-color: #80539D; }

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

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