#82509E

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

Shades of Studio #82509E

Tints of Studio #82509E

Color information

#82509E (or 0x82509E) is unknown color: approx Studio. HEX triplet: 82, 50 and 9E. RGB value is (130,80,158). Sum of RGB (Red+Green+Blue) = 130+80+158=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #82509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509E is #7DAF61. Grayscale: #676767. Windows color (decimal): -8236898 or 10375298. OLE color: 10375298.

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

Color convert

RGB13080158-
CMYK0.180.4900.38
HSL278.46º32.77%46.67%-
HSV(B)278.46º49.37%61.96%-
XYZ18.2512.9533.89-
YUV103.84158.56146.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=35.33%
G=21.74%
B=42.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130801580.180.4900.38278.4632.7746.67
Hex82509E1231026116212f
Octal20212023622610464264157
Binary10000010101000010011110100101100010100110100010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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