#8439B2

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

Shades of Studio #8439B2

Tints of Studio #8439B2

Color information

#8439B2 (or 0x8439B2) is unknown color: approx Studio. HEX triplet: 84, 39 and B2. RGB value is (132,57,178). Sum of RGB (Red+Green+Blue) = 132+57+178=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #8439B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8439B2 is #7BC64D. Grayscale: #5C5C5C. Windows color (decimal): -8111694 or 11680132. OLE color: 11680132.

HSL color Cylindrical-coordinate representation of color #8439B2: hue angle of 277.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8439B2 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13257178-
CMYK0.260.6800.30
HSL277.19º51.49%46.08%-
HSV(B)277.19º67.98%69.8%-
XYZ19.0111.0543.25-
YUV93.22175.85155.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 178 (69.92% from 255) = 48.50%
R=35.97%
G=15.53%
B=48.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132571780.260.6800.30277.1951.4946.08
Hex8439B21A4401E115332e
Octal20471262321040364256356
Binary1000010011100110110010110101000100011110100010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8439B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8439B2; }

 p { color: rgb(132,57,178); }

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

<style>
 a { background-color: #8439B2; }

 a { background-color: rgb(132,57,178); }

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

<style>
 span { border-color: #8439B2; }

 span { border-color: rgb(132,57,178); }

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