Html Css Color HEX #804A9D Studio

📋 copy color: '#804A9D'

red 128 ◦ green 74 ◦ blue 157

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

Shades of Studio #804A9D

Tints of Studio #804A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 35.65%
G = 20.61%
B = 43.73%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#804A9D (or 0x804A9D) is known color: Studio. HEX triplet: 80, 4A and 9D. RGB value is (128,74,157). Sum of RGB (Red+Green+Blue) = 128+74+157=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #804A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A9D is #7FB562. Grayscale: #636363. Windows color (decimal): -8369507 or 10308224. OLE color: 10308224.

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

Color convert

RGB 128 74 157 -
CMYK 0.18 0.53 0 0.38
HSL 279.04º 0.36% 0.45% -
HSV(B) 279.04º 0.53% 0.62% -
XYZ 17.44 11.92 33.28 -
YUV 99.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 128 74 157 0.18 0.53 0 0.38 279.04 0.36 0.45
Hex 80 4A 9D 12 35 0 26 117 24 2D
Octal 200 112 235 22 65 0 46 427 44 55
Binary 10000000 1001010 10011101 10010 110101 0 100110 100010111 100100 101101

Color Harmonies of #804A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804A9D

Black with #804A9D

Text Example


Text Example

White with #804A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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