Html Css Color HEX #84529E Studio

📋 copy color: '#84529E'

red 132 ◦ green 82 ◦ blue 158

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

Shades of Studio #84529E

Tints of Studio #84529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.04%

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

R = 35.48%
G = 22.04%
B = 42.47%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84529E (or 0x84529E) is known color: Studio. HEX triplet: 84, 52 and 9E. RGB value is (132,82,158). Sum of RGB (Red+Green+Blue) = 132+82+158=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #84529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84529E is #7BAD61. Grayscale: #696969. Windows color (decimal): -8105314 or 10375812. OLE color: 10375812.

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

Color convert

RGB 132 82 158 -
CMYK 0.16 0.48 0 0.38
HSL 279.47º 0.32% 0.47% -
HSV(B) 279.47º 0.48% 0.62% -
XYZ 18.7 13.41 33.95 -
YUV 105.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 132 82 158 0.16 0.48 0 0.38 279.47 0.32 0.47
Hex 84 52 9E 10 30 0 26 117 20 2F
Octal 204 122 236 20 60 0 46 427 40 57
Binary 10000100 1010010 10011110 10000 110000 0 100110 100010111 100000 101111

Color Harmonies of #84529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84529E

Black with #84529E

Text Example


Text Example

White with #84529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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