#8245AD

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

Shades of Studio #8245AD

Tints of Studio #8245AD

Color information

#8245AD (or 0x8245AD) is unknown color: approx Studio. HEX triplet: 82, 45 and AD. RGB value is (130,69,173). Sum of RGB (Red+Green+Blue) = 130+69+173=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8245AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AD is #7DBA52. Grayscale: #626262. Windows color (decimal): -8239699 or 11355522. OLE color: 11355522.

HSL color Cylindrical-coordinate representation of color #8245AD: hue angle of 275.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8245AD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13069173-
CMYK0.250.6000.32
HSL275.19º42.98%47.45%-
HSV(B)275.19º60.12%67.84%-
XYZ18.8812.0240.86-
YUV99.1169.71150.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=34.95%
G=18.55%
B=46.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130691730.250.6000.32275.1942.9847.45
Hex8245AD193C0201132b2f
Octal20210525531740404235357
Binary10000010100010110101101110011111000100000100010011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8245AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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