#8149B5

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

Shades of Studio #8149B5

Tints of Studio #8149B5

Color information

#8149B5 (or 0x8149B5) is unknown color: approx Studio. HEX triplet: 81, 49 and B5. RGB value is (129,73,181). Sum of RGB (Red+Green+Blue) = 129+73+181=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #8149B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149B5 is #7EB64A. Grayscale: #656565. Windows color (decimal): -8304203 or 11880833. OLE color: 11880833.

HSL color Cylindrical-coordinate representation of color #8149B5: hue angle of 271.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8149B5 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12973181-
CMYK0.290.6000.29
HSL271.11º42.52%49.8%-
HSV(B)271.11º59.67%70.98%-
XYZ19.7812.7745.14-
YUV102.06172.55147.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 181 (71.09% from 255) = 47.26%
R=33.68%
G=19.06%
B=47.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129731810.290.6000.29271.1142.5249.8
Hex8149B51D3C01D10f2b32
Octal20111126535740354175362
Binary1000000110010011011010111101111100011101100001111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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