Html Css Color HEX #84549E Studio

📋 copy color: '#84549E'

red 132 ◦ green 84 ◦ blue 158

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

Shades of Studio #84549E

Tints of Studio #84549E

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 35.29%
G = 22.46%
B = 42.25%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84549E (or 0x84549E) is known color: Studio. HEX triplet: 84, 54 and 9E. RGB value is (132,84,158). Sum of RGB (Red+Green+Blue) = 132+84+158=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #84549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84549E is #7BAB61. Grayscale: #6A6A6A. Windows color (decimal): -8104802 or 10376324. OLE color: 10376324.

HSL color Cylindrical-coordinate representation of color #84549E: hue angle of 278.92º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84549E is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 84 158 -
CMYK 0.16 0.47 0 0.38
HSL 278.92º 0.31% 0.47% -
HSV(B) 278.92º 0.47% 0.62% -
XYZ 18.86 13.71 34 -
YUV 106.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 132 84 158 0.16 0.47 0 0.38 278.92 0.31 0.47
Hex 84 54 9E 10 2F 0 26 117 1F 2F
Octal 204 124 236 20 57 0 46 427 37 57
Binary 10000100 1010100 10011110 10000 101111 0 100110 100010111 11111 101111

Color Harmonies of #84549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84549E

Black with #84549E

Text Example


Text Example

White with #84549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84549E; }

 p { color: rgb(132,84,158); }

 H1.HeaderClassName
 {
   color: #84549E;
 }
 .AnyTagClassName
 {
   color: #84549E;
 }
</style>

background-color css

<style>
 a { background-color: #84549E; }

 a { background-color: rgb(132,84,158); }

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

border-color css

<style>
 span { border-color: #84549E; }

 span { border-color: rgb(132,84,158); }

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