#82599E

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

Shades of Studio #82599E

Tints of Studio #82599E

Color information

#82599E (or 0x82599E) is unknown color: approx Studio. HEX triplet: 82, 59 and 9E. RGB value is (130,89,158). Sum of RGB (Red+Green+Blue) = 130+89+158=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #82599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82599E is #7DA661. Grayscale: #6C6C6C. Windows color (decimal): -8234594 or 10377602. OLE color: 10377602.

HSL color Cylindrical-coordinate representation of color #82599E: hue angle of 275.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82599E is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13089158-
CMYK0.180.4400.38
HSL275.65º27.94%48.43%-
HSV(B)275.65º43.67%61.96%-
XYZ18.9514.3634.12-
YUV109.12155.58142.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=34.48%
G=23.61%
B=41.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130891580.180.4400.38275.6527.9448.43
Hex82599E122C0261141c30
Octal20213123622540464243460
Binary1000001010110011001111010010101100010011010001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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