Html Css Color HEX #804B9E Studio

📋 copy color: '#804B9E'

red 128 ◦ green 75 ◦ blue 158

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

Shades of Studio #804B9E

Tints of Studio #804B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 35.46%
G = 20.78%
B = 43.77%

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

#804B9E (or 0x804B9E) is known color: Studio. HEX triplet: 80, 4B and 9E. RGB value is (128,75,158). Sum of RGB (Red+Green+Blue) = 128+75+158=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #804B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B9E is #7FB461. Grayscale: #646464. Windows color (decimal): -8369250 or 10374016. OLE color: 10374016.

HSL color Cylindrical-coordinate representation of color #804B9E: hue angle of 278.31º 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 #804B9E is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 75 158 -
CMYK 0.19 0.53 0 0.38
HSL 278.31º 0.36% 0.46% -
HSV(B) 278.31º 0.53% 0.62% -
XYZ 17.59 12.09 33.75 -
YUV 100.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 128 75 158 0.19 0.53 0 0.38 278.31 0.36 0.46
Hex 80 4B 9E 13 35 0 26 116 24 2E
Octal 200 113 236 23 65 0 46 426 44 56
Binary 10000000 1001011 10011110 10011 110101 0 100110 100010110 100100 101110

Color Harmonies of #804B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B9E

Black with #804B9E

Text Example


Text Example

White with #804B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,75,158); }

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

background-color css

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

 a { background-color: rgb(128,75,158); }

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

border-color css

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

 span { border-color: rgb(128,75,158); }

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