#8143A4

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

Shades of Studio #8143A4

Tints of Studio #8143A4

Color information

#8143A4 (or 0x8143A4) is unknown color: approx Studio. HEX triplet: 81, 43 and A4. RGB value is (129,67,164). Sum of RGB (Red+Green+Blue) = 129+67+164=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #8143A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8143A4 is #7EBC5B. Grayscale: #606060. Windows color (decimal): -8305756 or 10765185. OLE color: 10765185.

HSL color Cylindrical-coordinate representation of color #8143A4: hue angle of 278.35º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8143A4 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12967164-
CMYK0.210.5900.36
HSL278.35º41.99%45.29%-
HSV(B)278.35º59.15%64.31%-
XYZ17.7611.3636.38-
YUV96.6166.04151.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.83%
GREEN value IS 67 (26.56% from 255) = 18.61%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=35.83%
G=18.61%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129671640.210.5900.36278.3541.9945.29
Hex8143A4153B0241162a2d
Octal20110324425730444265255
Binary10000001100001110100100101011110110100100100010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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