Html Css Color HEX #804A9F Studio

📋 copy color: '#804A9F'

red 128 ◦ green 74 ◦ blue 159

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

Shades of Studio #804A9F

Tints of Studio #804A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 35.46%
G = 20.5%
B = 44.04%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#804A9F (or 0x804A9F) is known color: Studio. HEX triplet: 80, 4A and 9F. RGB value is (128,74,159). Sum of RGB (Red+Green+Blue) = 128+74+159=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #804A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A9F is #7FB560. Grayscale: #636363. Windows color (decimal): -8369505 or 10439296. OLE color: 10439296.

HSL color Cylindrical-coordinate representation of color #804A9F: hue angle of 278.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804A9F is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 74 159 -
CMYK 0.19 0.53 0 0.38
HSL 278.12º 0.36% 0.46% -
HSV(B) 278.12º 0.53% 0.62% -
XYZ 17.61 11.99 34.19 -
YUV 99.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 128 74 159 0.19 0.53 0 0.38 278.12 0.36 0.46
Hex 80 4A 9F 13 35 0 26 116 24 2E
Octal 200 112 237 23 65 0 46 426 44 56
Binary 10000000 1001010 10011111 10011 110101 0 100110 100010110 100100 101110

Color Harmonies of #804A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A9F

Black with #804A9F

Text Example


Text Example

White with #804A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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