Html Css Color HEX #804DB5 Studio

📋 copy color: '#804DB5'

red 128 ◦ green 77 ◦ blue 181

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

Shades of Studio #804DB5

Tints of Studio #804DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 33.16%
G = 19.95%
B = 46.89%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#804DB5 (or 0x804DB5) is known color: Studio. HEX triplet: 80, 4D and B5. RGB value is (128,77,181). Sum of RGB (Red+Green+Blue) = 128+77+181=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #804DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DB5 is #7FB24A. Grayscale: #676767. Windows color (decimal): -8368715 or 11881856. OLE color: 11881856.

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

Color convert

RGB 128 77 181 -
CMYK 0.29 0.57 0 0.29
HSL 269.42º 0.41% 0.51% -
HSV(B) 269.42º 0.57% 0.71% -
XYZ 19.9 13.23 45.22 -
YUV 104.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 128 77 181 0.29 0.57 0 0.29 269.42 0.41 0.51
Hex 80 4D B5 1D 39 0 1D 10D 29 33
Octal 200 115 265 35 71 0 35 415 51 63
Binary 10000000 1001101 10110101 11101 111001 0 11101 100001101 101001 110011

Color Harmonies of #804DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DB5

Black with #804DB5

Text Example


Text Example

White with #804DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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