#82599B

Color #82599B Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #82599B

Tints of Studio #82599B

Color information

#82599B (or 0x82599B) is unknown color: approx Studio. HEX triplet: 82, 59 and 9B. RGB value is (130,89,155). Sum of RGB (Red+Green+Blue) = 130+89+155=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #82599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82599B is #7DA664. Grayscale: #6C6C6C. Windows color (decimal): -8234597 or 10180994. OLE color: 10180994.

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

Color convert

RGB13089155-
CMYK0.160.4300.39
HSL277.27º27.05%47.84%-
HSV(B)277.27º42.58%60.78%-
XYZ18.6914.2632.78-
YUV108.78154.08143.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=34.76%
G=23.80%
B=41.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130891550.160.4300.39277.2727.0547.84
Hex82599B102B0271151b30
Octal20213123320530474253360
Binary1000001010110011001101110000101011010011110001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82599B;
 }
 .AnyTagClassName
 {
   color: #82599B;
 }
</style>
background-color css

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

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

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

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

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

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