Html Css Color HEX #84539C Studio

📋 copy color: '#84539C'

red 132 ◦ green 83 ◦ blue 156

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

Shades of Studio #84539C

Tints of Studio #84539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 35.58%
G = 22.37%
B = 42.05%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84539C (or 0x84539C) is known color: Studio. HEX triplet: 84, 53 and 9C. RGB value is (132,83,156). Sum of RGB (Red+Green+Blue) = 132+83+156=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #84539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84539C is #7BAC63. Grayscale: #696969. Windows color (decimal): -8105060 or 10244996. OLE color: 10244996.

HSL color Cylindrical-coordinate representation of color #84539C: hue angle of 280.27º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84539C is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 83 156 -
CMYK 0.15 0.47 0 0.39
HSL 280.27º 0.31% 0.47% -
HSV(B) 280.27º 0.47% 0.61% -
XYZ 18.61 13.49 33.08 -
YUV 105.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 132 83 156 0.15 0.47 0 0.39 280.27 0.31 0.47
Hex 84 53 9C F 2F 0 27 118 1F 2F
Octal 204 123 234 17 57 0 47 430 37 57
Binary 10000100 1010011 10011100 1111 101111 0 100111 100011000 11111 101111

Color Harmonies of #84539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84539C

Black with #84539C

Text Example


Text Example

White with #84539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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