Html Css Color HEX #804DB9 Studio

📋 copy color: '#804DB9'

red 128 ◦ green 77 ◦ blue 185

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

Shades of Studio #804DB9

Tints of Studio #804DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 32.82%
G = 19.74%
B = 47.44%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#804DB9 (or 0x804DB9) is known color: Studio. HEX triplet: 80, 4D and B9. RGB value is (128,77,185). Sum of RGB (Red+Green+Blue) = 128+77+185=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #804DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DB9 is #7FB246. Grayscale: #686868. Windows color (decimal): -8368711 or 12144000. OLE color: 12144000.

HSL color Cylindrical-coordinate representation of color #804DB9: hue angle of 268.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804DB9 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 77 185 -
CMYK 0.31 0.58 0 0.27
HSL 268.33º 0.44% 0.51% -
HSV(B) 268.33º 0.58% 0.73% -
XYZ 20.31 13.4 47.41 -
YUV 104.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 128 77 185 0.31 0.58 0 0.27 268.33 0.44 0.51
Hex 80 4D B9 1F 3A 0 1B 10C 2C 33
Octal 200 115 271 37 72 0 33 414 54 63
Binary 10000000 1001101 10111001 11111 111010 0 11011 100001100 101100 110011

Color Harmonies of #804DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DB9

Black with #804DB9

Text Example


Text Example

White with #804DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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