#8447B3

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

Shades of Studio #8447B3

Tints of Studio #8447B3

Color information

#8447B3 (or 0x8447B3) is unknown color: approx Studio. HEX triplet: 84, 47 and B3. RGB value is (132,71,179). Sum of RGB (Red+Green+Blue) = 132+71+179=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #8447B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447B3 is #7BB84C. Grayscale: #656565. Windows color (decimal): -8108109 or 11749252. OLE color: 11749252.

HSL color Cylindrical-coordinate representation of color #8447B3: hue angle of 273.89º 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 #8447B3 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13271179-
CMYK0.260.6000.30
HSL273.89º43.2%49.02%-
HSV(B)273.89º60.34%70.2%-
XYZ19.9112.6744.04-
YUV101.55171.71149.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 179 (70.31% from 255) = 46.86%
R=34.55%
G=18.59%
B=46.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132711790.260.6000.30273.8943.249.02
Hex8447B31A3C01E1122b31
Octal20410726332740364225361
Binary1000010010001111011001111010111100011110100010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8447B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8447B3; }

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

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

<style>
 a { background-color: #8447B3; }

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

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

<style>
 span { border-color: #8447B3; }

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

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