Html Css Color HEX #804BAE Studio

📋 copy color: '#804BAE'

red 128 ◦ green 75 ◦ blue 174

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

Shades of Studio #804BAE

Tints of Studio #804BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 33.95%
G = 19.89%
B = 46.15%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#804BAE (or 0x804BAE) is known color: Studio. HEX triplet: 80, 4B and AE. RGB value is (128,75,174). Sum of RGB (Red+Green+Blue) = 128+75+174=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #804BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BAE is #7FB451. Grayscale: #656565. Windows color (decimal): -8369234 or 11422592. OLE color: 11422592.

HSL color Cylindrical-coordinate representation of color #804BAE: hue angle of 272.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804BAE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 75 174 -
CMYK 0.26 0.57 0 0.32
HSL 272.12º 0.4% 0.49% -
HSV(B) 272.12º 0.57% 0.68% -
XYZ 19.06 12.68 41.49 -
YUV 102.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 128 75 174 0.26 0.57 0 0.32 272.12 0.4 0.49
Hex 80 4B AE 1A 39 0 20 110 28 31
Octal 200 113 256 32 71 0 40 420 50 61
Binary 10000000 1001011 10101110 11010 111001 0 100000 100010000 101000 110001

Color Harmonies of #804BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BAE

Black with #804BAE

Text Example


Text Example

White with #804BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804BAE; }

 p { color: rgb(128,75,174); }

 H1.HeaderClassName
 {
   color: #804BAE;
 }
 .AnyTagClassName
 {
   color: #804BAE;
 }
</style>

background-color css

<style>
 a { background-color: #804BAE; }

 a { background-color: rgb(128,75,174); }

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

border-color css

<style>
 span { border-color: #804BAE; }

 span { border-color: rgb(128,75,174); }

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