#8149ba

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

Shades of Studio #8149BA

Tints of Studio #8149BA

Color information

#8149BA (or 0x8149BA) is unknown color: approx Studio. HEX triplet: 81, 49 and BA. RGB value is (129,73,186). Sum of RGB (Red+Green+Blue) = 129+73+186=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #8149BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149BA is #7EB645. Grayscale: #666666. Windows color (decimal): -8304198 or 12208513. OLE color: 12208513.

HSL color Cylindrical-coordinate representation of color #8149BA: hue angle of 269.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8149BA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12973186-
CMYK0.310.6100.27
HSL269.73º45.02%50.78%-
HSV(B)269.73º60.75%72.94%-
XYZ20.312.9847.89-
YUV102.63175.05146.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=33.25%
G=18.81%
B=47.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129731860.310.6100.27269.7345.0250.78
Hex8149BA1F3D01B10e2d33
Octal20111127237750334165563
Binary1000000110010011011101011111111101011011100001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8149ba; }

 p { color: rgb(129,73,186); }

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

<style>
 a { background-color: #8149ba; }

 a { background-color: rgb(129,73,186); }

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

<style>
 span { border-color: #8149ba; }

 span { border-color: rgb(129,73,186); }

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