#8143B7

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

Shades of Studio #8143B7

Tints of Studio #8143B7

Color information

#8143B7 (or 0x8143B7) is unknown color: approx Studio. HEX triplet: 81, 43 and B7. RGB value is (129,67,183). Sum of RGB (Red+Green+Blue) = 129+67+183=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #8143B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8143B7 is #7EBC48. Grayscale: #626262. Windows color (decimal): -8305737 or 12010369. OLE color: 12010369.

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

Color convert

RGB12967183-
CMYK0.300.6300.28
HSL272.07º46.4%49.02%-
HSV(B)272.07º63.39%71.76%-
XYZ19.6112.146.1-
YUV98.76175.54149.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=34.04%
G=17.68%
B=48.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129671830.300.6300.28272.0746.449.02
Hex8143B71E3F01C1102e31
Octal20110326736770344205661
Binary1000000110000111011011111110111111011100100010000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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