#8047B6

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

Shades of Studio #8047B6

Tints of Studio #8047B6

Color information

#8047B6 (or 0x8047B6) is unknown color: approx Studio. HEX triplet: 80, 47 and B6. RGB value is (128,71,182). Sum of RGB (Red+Green+Blue) = 128+71+182=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #8047B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047B6 is #7FB849. Grayscale: #646464. Windows color (decimal): -8370250 or 11945856. OLE color: 11945856.

HSL color Cylindrical-coordinate representation of color #8047B6: hue angle of 270.81º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8047B6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12871182-
CMYK0.300.6100.29
HSL270.81º43.87%49.61%-
HSV(B)270.81º60.99%71.37%-
XYZ19.612.4745.63-
YUV100.7173.88147.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=33.60%
G=18.64%
B=47.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128711820.300.6100.29270.8143.8749.61
Hex8047B61E3D01D10f2c32
Octal20010726636750354175462
Binary1000000010001111011011011110111101011101100001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8047B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8047B6; }

 p { color: rgb(128,71,182); }

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

<style>
 a { background-color: #8047B6; }

 a { background-color: rgb(128,71,182); }

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

<style>
 span { border-color: #8047B6; }

 span { border-color: rgb(128,71,182); }

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