Html Css Color HEX #83529C Studio

📋 copy color: '#83529C'

red 131 ◦ green 82 ◦ blue 156

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

Shades of Studio #83529C

Tints of Studio #83529C

RGB

 RED value IS 131 (51.56% from 255) = 35.5%

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

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

R = 35.5%
G = 22.22%
B = 42.28%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83529C (or 0x83529C) is known color: Studio. HEX triplet: 83, 52 and 9C. RGB value is (131,82,156). Sum of RGB (Red+Green+Blue) = 131+82+156=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #83529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83529C is #7CAD63. Grayscale: #686868. Windows color (decimal): -8170852 or 10244739. OLE color: 10244739.

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

Color convert

RGB 131 82 156 -
CMYK 0.16 0.47 0 0.39
HSL 279.73º 0.31% 0.47% -
HSV(B) 279.73º 0.47% 0.61% -
XYZ 18.38 13.26 33.04 -
YUV 105.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 131 82 156 0.16 0.47 0 0.39 279.73 0.31 0.47
Hex 83 52 9C 10 2F 0 27 118 1F 2F
Octal 203 122 234 20 57 0 47 430 37 57
Binary 10000011 1010010 10011100 10000 101111 0 100111 100011000 11111 101111

Color Harmonies of #83529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83529C

Black with #83529C

Text Example


Text Example

White with #83529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,82,156); }

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

background-color css

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

 a { background-color: rgb(131,82,156); }

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

border-color css

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

 span { border-color: rgb(131,82,156); }

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