#8247AD

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

Shades of Studio #8247AD

Tints of Studio #8247AD

Color information

#8247AD (or 0x8247AD) is unknown color: approx Studio. HEX triplet: 82, 47 and AD. RGB value is (130,71,173). Sum of RGB (Red+Green+Blue) = 130+71+173=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8247AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AD is #7DB852. Grayscale: #636363. Windows color (decimal): -8239187 or 11356034. OLE color: 11356034.

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

Color convert

RGB13071173-
CMYK0.250.5900.32
HSL274.71º41.8%47.84%-
HSV(B)274.71º58.96%67.84%-
XYZ1912.2740.9-
YUV100.27169.05149.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=34.76%
G=18.98%
B=46.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130711730.250.5900.32274.7141.847.84
Hex8247AD193B0201132a30
Octal20210725531730404235260
Binary10000010100011110101101110011110110100000100010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8247AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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