Html Css Color HEX #82559D Studio

📋 copy color: '#82559D'

red 130 ◦ green 85 ◦ blue 157

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

Shades of Studio #82559D

Tints of Studio #82559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.85%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 34.95%
G = 22.85%
B = 42.2%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82559D (or 0x82559D) is known color: Studio. HEX triplet: 82, 55 and 9D. RGB value is (130,85,157). Sum of RGB (Red+Green+Blue) = 130+85+157=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #82559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82559D is #7DAA62. Grayscale: #6A6A6A. Windows color (decimal): -8235619 or 10311042. OLE color: 10311042.

HSL color Cylindrical-coordinate representation of color #82559D: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82559D is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 85 157 -
CMYK 0.17 0.46 0 0.38
HSL 277.5º 0.3% 0.47% -
HSV(B) 277.5º 0.46% 0.62% -
XYZ 18.54 13.68 33.56 -
YUV 106.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 130 85 157 0.17 0.46 0 0.38 277.5 0.3 0.47
Hex 82 55 9D 11 2E 0 26 116 1E 2F
Octal 202 125 235 21 56 0 46 426 36 57
Binary 10000010 1010101 10011101 10001 101110 0 100110 100010110 11110 101111

Color Harmonies of #82559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82559D

Black with #82559D

Text Example


Text Example

White with #82559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82559D; }

 p { color: rgb(130,85,157); }

 H1.HeaderClassName
 {
   color: #82559D;
 }
 .AnyTagClassName
 {
   color: #82559D;
 }
</style>

background-color css

<style>
 a { background-color: #82559D; }

 a { background-color: rgb(130,85,157); }

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

border-color css

<style>
 span { border-color: #82559D; }

 span { border-color: rgb(130,85,157); }

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