#8143B4

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

Shades of Studio #8143B4

Tints of Studio #8143B4

Color information

#8143B4 (or 0x8143B4) is unknown color: approx Studio. HEX triplet: 81, 43 and B4. RGB value is (129,67,180). Sum of RGB (Red+Green+Blue) = 129+67+180=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #8143B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8143B4 is #7EBC4B. Grayscale: #626262. Windows color (decimal): -8305740 or 11813761. OLE color: 11813761.

HSL color Cylindrical-coordinate representation of color #8143B4: hue angle of 272.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8143B4 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12967180-
CMYK0.280.6300.29
HSL272.92º45.75%48.43%-
HSV(B)272.92º62.78%70.59%-
XYZ19.311.9844.47-
YUV98.42174.04149.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=34.31%
G=17.82%
B=47.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129671800.280.6300.29272.9245.7548.43
Hex8143B41C3F01D1112e30
Octal20110326434770354215660
Binary1000000110000111011010011100111111011101100010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8143B4; }

 p { color: rgb(129,67,180); }

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

<style>
 a { background-color: #8143B4; }

 a { background-color: rgb(129,67,180); }

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

<style>
 span { border-color: #8143B4; }

 span { border-color: rgb(129,67,180); }

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