Html Css Color HEX #82539B Studio

📋 copy color: '#82539B'

red 130 ◦ green 83 ◦ blue 155

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

Shades of Studio #82539B

Tints of Studio #82539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 35.33%
G = 22.55%
B = 42.12%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82539B (or 0x82539B) is known color: Studio. HEX triplet: 82, 53 and 9B. RGB value is (130,83,155). Sum of RGB (Red+Green+Blue) = 130+83+155=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #82539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82539B is #7DAC64. Grayscale: #696969. Windows color (decimal): -8236133 or 10179458. OLE color: 10179458.

HSL color Cylindrical-coordinate representation of color #82539B: hue angle of 279.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82539B is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 83 155 -
CMYK 0.16 0.46 0 0.39
HSL 279.17º 0.3% 0.47% -
HSV(B) 279.17º 0.46% 0.61% -
XYZ 18.22 13.3 32.62 -
YUV 105.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 130 83 155 0.16 0.46 0 0.39 279.17 0.3 0.47
Hex 82 53 9B 10 2E 0 27 117 1E 2F
Octal 202 123 233 20 56 0 47 427 36 57
Binary 10000010 1010011 10011011 10000 101110 0 100111 100010111 11110 101111

Color Harmonies of #82539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82539B

Black with #82539B

Text Example


Text Example

White with #82539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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