#8148BA

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

Shades of Studio #8148BA

Tints of Studio #8148BA

Color information

#8148BA (or 0x8148BA) is unknown color: approx Studio. HEX triplet: 81, 48 and BA. RGB value is (129,72,186). Sum of RGB (Red+Green+Blue) = 129+72+186=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8148BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148BA is #7EB745. Grayscale: #656565. Windows color (decimal): -8304454 or 12208257. OLE color: 12208257.

HSL color Cylindrical-coordinate representation of color #8148BA: hue angle of 270º 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 #8148BA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12972186-
CMYK0.310.6100.27
HSL270º45.24%50.59%-
HSV(B)270º61.29%72.94%-
XYZ20.2312.8547.87-
YUV102.04175.38147.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=33.33%
G=18.60%
B=48.06%

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
Decimal129721860.310.6100.2727045.2450.59
Hex8148BA1F3D01B10e2d33
Octal20111027237750334165563
Binary1000000110010001011101011111111101011011100001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8148BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8148BA; }

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

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

<style>
 a { background-color: #8148BA; }

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

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

<style>
 span { border-color: #8148BA; }

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

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