#8141AD

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

Shades of Studio #8141AD

Tints of Studio #8141AD

Color information

#8141AD (or 0x8141AD) is unknown color: approx Studio. HEX triplet: 81, 41 and AD. RGB value is (129,65,173). Sum of RGB (Red+Green+Blue) = 129+65+173=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #8141AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8141AD is #7EBE52. Grayscale: #606060. Windows color (decimal): -8306259 or 11354497. OLE color: 11354497.

HSL color Cylindrical-coordinate representation of color #8141AD: hue angle of 275.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8141AD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12965173-
CMYK0.250.6200.32
HSL275.56º45.38%46.67%-
HSV(B)275.56º62.43%67.84%-
XYZ18.4911.4640.77-
YUV96.45171.2151.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=35.15%
G=17.71%
B=47.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129651730.250.6200.32275.5645.3846.67
Hex8141AD193E0201142d2f
Octal20110125531760404245557
Binary10000001100000110101101110011111100100000100010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8141AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8141AD; }

 p { color: rgb(129,65,173); }

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

<style>
 a { background-color: #8141AD; }

 a { background-color: rgb(129,65,173); }

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

<style>
 span { border-color: #8141AD; }

 span { border-color: rgb(129,65,173); }

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