#8249ad

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

Shades of Studio #8249AD

Tints of Studio #8249AD

Color information

#8249AD (or 0x8249AD) is unknown color: approx Studio. HEX triplet: 82, 49 and AD. RGB value is (130,73,173). Sum of RGB (Red+Green+Blue) = 130+73+173=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8249AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249AD is #7DB652. Grayscale: #656565. Windows color (decimal): -8238675 or 11356546. OLE color: 11356546.

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

Color convert

RGB13073173-
CMYK0.250.5800.32
HSL274.2º40.65%48.24%-
HSV(B)274.2º57.8%67.84%-
XYZ19.1312.5340.94-
YUV101.44168.38148.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=34.57%
G=19.41%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130731730.250.5800.32274.240.6548.24
Hex8249AD193A0201122930
Octal20211125531720404225160
Binary10000010100100110101101110011110100100000100010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8249ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8249ad; }

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

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

<style>
 a { background-color: #8249ad; }

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

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

<style>
 span { border-color: #8249ad; }

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

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