#8249B1

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

Shades of Studio #8249B1

Tints of Studio #8249B1

Color information

#8249B1 (or 0x8249B1) is unknown color: approx Studio. HEX triplet: 82, 49 and B1. RGB value is (130,73,177). Sum of RGB (Red+Green+Blue) = 130+73+177=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #8249B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249B1 is #7DB64E. Grayscale: #656565. Windows color (decimal): -8238671 or 11618690. OLE color: 11618690.

HSL color Cylindrical-coordinate representation of color #8249B1: hue angle of 272.88º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8249B1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13073177-
CMYK0.270.5900.31
HSL272.88º41.6%49.02%-
HSV(B)272.88º58.76%69.41%-
XYZ19.5212.6943.01-
YUV101.9170.38148.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=34.21%
G=19.21%
B=46.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130731770.270.5900.31272.8841.649.02
Hex8249B11B3B01F1112a31
Octal20211126133730374215261
Binary1000001010010011011000111011111011011111100010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8249B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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