Html Css Color HEX #84539D Studio

📋 copy color: '#84539D'

red 132 ◦ green 83 ◦ blue 157

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

Shades of Studio #84539D

Tints of Studio #84539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 35.48%
G = 22.31%
B = 42.2%

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

#84539D (or 0x84539D) is known color: Studio. HEX triplet: 84, 53 and 9D. RGB value is (132,83,157). Sum of RGB (Red+Green+Blue) = 132+83+157=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #84539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84539D is #7BAC62. Grayscale: #696969. Windows color (decimal): -8105059 or 10310532. OLE color: 10310532.

HSL color Cylindrical-coordinate representation of color #84539D: hue angle of 279.73º 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 #84539D is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 83 157 -
CMYK 0.16 0.47 0 0.38
HSL 279.73º 0.31% 0.47% -
HSV(B) 279.73º 0.47% 0.62% -
XYZ 18.69 13.53 33.52 -
YUV 106.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 132 83 157 0.16 0.47 0 0.38 279.73 0.31 0.47
Hex 84 53 9D 10 2F 0 26 118 1F 2F
Octal 204 123 235 20 57 0 46 430 37 57
Binary 10000100 1010011 10011101 10000 101111 0 100110 100011000 11111 101111

Color Harmonies of #84539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84539D

Black with #84539D

Text Example


Text Example

White with #84539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84539D; }

 p { color: rgb(132,83,157); }

 H1.HeaderClassName
 {
   color: #84539D;
 }
 .AnyTagClassName
 {
   color: #84539D;
 }
</style>

background-color css

<style>
 a { background-color: #84539D; }

 a { background-color: rgb(132,83,157); }

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

border-color css

<style>
 span { border-color: #84539D; }

 span { border-color: rgb(132,83,157); }

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