Html Css Color HEX #82539C Studio

📋 copy color: '#82539C'

red 130 ◦ green 83 ◦ blue 156

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

Shades of Studio #82539C

Tints of Studio #82539C

RGB

 RED value IS 130 (51.17% from 255) = 35.23%

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

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

R = 35.23%
G = 22.49%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82539C (or 0x82539C) is known color: Studio. HEX triplet: 82, 53 and 9C. RGB value is (130,83,156). Sum of RGB (Red+Green+Blue) = 130+83+156=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 83 (32.81% from 255 or 22.49% 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 #82539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82539C is #7DAC63. Grayscale: #696969. Windows color (decimal): -8236132 or 10244994. OLE color: 10244994.

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

Color convert

RGB 130 83 156 -
CMYK 0.17 0.47 0 0.39
HSL 278.63º 0.31% 0.47% -
HSV(B) 278.63º 0.47% 0.61% -
XYZ 18.3 13.33 33.06 -
YUV 105.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 130 83 156 0.17 0.47 0 0.39 278.63 0.31 0.47
Hex 82 53 9C 11 2F 0 27 117 1F 2F
Octal 202 123 234 21 57 0 47 427 37 57
Binary 10000010 1010011 10011100 10001 101111 0 100111 100010111 11111 101111

Color Harmonies of #82539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82539C

Black with #82539C

Text Example


Text Example

White with #82539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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