#8247b3

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

Shades of Studio #8247B3

Tints of Studio #8247B3

Color information

#8247B3 (or 0x8247B3) is unknown color: approx Studio. HEX triplet: 82, 47 and B3. RGB value is (130,71,179). Sum of RGB (Red+Green+Blue) = 130+71+179=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #8247B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247B3 is #7DB84C. Grayscale: #646464. Windows color (decimal): -8239181 or 11749250. OLE color: 11749250.

HSL color Cylindrical-coordinate representation of color #8247B3: hue angle of 272.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8247B3 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13071179-
CMYK0.270.6000.30
HSL272.78º43.2%49.02%-
HSV(B)272.78º60.34%70.2%-
XYZ19.612.5144.03-
YUV100.95172.05148.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=34.21%
G=18.68%
B=47.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130711790.270.6000.30272.7843.249.02
Hex8247B31B3C01E1112b31
Octal20210726333740364215361
Binary1000001010001111011001111011111100011110100010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8247b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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