Html Css Color HEX #84599C Studio

📋 copy color: '#84599C'

red 132 ◦ green 89 ◦ blue 156

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

Shades of Studio #84599C

Tints of Studio #84599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

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

R = 35.01%
G = 23.61%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84599C (or 0x84599C) is known color: Studio. HEX triplet: 84, 59 and 9C. RGB value is (132,89,156). Sum of RGB (Red+Green+Blue) = 132+89+156=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #84599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84599C is #7BA663. Grayscale: #6D6D6D. Windows color (decimal): -8103524 or 10246532. OLE color: 10246532.

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

Color convert

RGB 132 89 156 -
CMYK 0.15 0.43 0 0.39
HSL 278.51º 0.27% 0.48% -
HSV(B) 278.51º 0.43% 0.61% -
XYZ 19.09 14.45 33.24 -
YUV 109.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 132 89 156 0.15 0.43 0 0.39 278.51 0.27 0.48
Hex 84 59 9C F 2B 0 27 117 1B 30
Octal 204 131 234 17 53 0 47 427 33 60
Binary 10000100 1011001 10011100 1111 101011 0 100111 100010111 11011 110000

Color Harmonies of #84599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84599C

Black with #84599C

Text Example


Text Example

White with #84599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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