Html Css Color HEX #804AB5 Studio

📋 copy color: '#804AB5'

red 128 ◦ green 74 ◦ blue 181

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

Shades of Studio #804AB5

Tints of Studio #804AB5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 33.42%
G = 19.32%
B = 47.26%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#804AB5 (or 0x804AB5) is known color: Studio. HEX triplet: 80, 4A and B5. RGB value is (128,74,181). Sum of RGB (Red+Green+Blue) = 128+74+181=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #804AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AB5 is #7FB54A. Grayscale: #656565. Windows color (decimal): -8369483 or 11881088. OLE color: 11881088.

HSL color Cylindrical-coordinate representation of color #804AB5: hue angle of 270.28º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804AB5 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 74 181 -
CMYK 0.29 0.59 0 0.29
HSL 270.28º 0.42% 0.5% -
HSV(B) 270.28º 0.59% 0.71% -
XYZ 19.69 12.82 45.15 -
YUV 102.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 128 74 181 0.29 0.59 0 0.29 270.28 0.42 0.5
Hex 80 4A B5 1D 3B 0 1D 10E 2A 32
Octal 200 112 265 35 73 0 35 416 52 62
Binary 10000000 1001010 10110101 11101 111011 0 11101 100001110 101010 110010

Color Harmonies of #804AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AB5

Black with #804AB5

Text Example


Text Example

White with #804AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,74,181); }

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

background-color css

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

 a { background-color: rgb(128,74,181); }

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

border-color css

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

 span { border-color: rgb(128,74,181); }

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