#8259AD

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

Shades of Studio #8259AD

Tints of Studio #8259AD

Color information

#8259AD (or 0x8259AD) is unknown color: approx Studio. HEX triplet: 82, 59 and AD. RGB value is (130,89,173). Sum of RGB (Red+Green+Blue) = 130+89+173=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #8259AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8259AD is #7DA652. Grayscale: #6E6E6E. Windows color (decimal): -8234579 or 11360642. OLE color: 11360642.

HSL color Cylindrical-coordinate representation of color #8259AD: hue angle of 269.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8259AD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13089173-
CMYK0.250.4900.32
HSL269.29º33.87%51.37%-
HSV(B)269.29º48.55%67.84%-
XYZ20.3214.9141.34-
YUV110.84163.08141.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=33.16%
G=22.70%
B=44.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130891730.250.4900.32269.2933.8751.37
Hex8259AD193102010d2233
Octal20213125531610404154263
Binary10000010101100110101101110011100010100000100001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8259AD; }

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

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

<style>
 a { background-color: #8259AD; }

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

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

<style>
 span { border-color: #8259AD; }

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

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