#8140AD

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

Shades of Studio #8140AD

Tints of Studio #8140AD

Color information

#8140AD (or 0x8140AD) is unknown color: approx Studio. HEX triplet: 81, 40 and AD. RGB value is (129,64,173). Sum of RGB (Red+Green+Blue) = 129+64+173=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #8140AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8140AD is #7EBF52. Grayscale: #5F5F5F. Windows color (decimal): -8306515 or 11354241. OLE color: 11354241.

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

Color convert

RGB12964173-
CMYK0.250.6300.32
HSL275.78º45.99%46.47%-
HSV(B)275.78º63.01%67.84%-
XYZ18.4311.3540.75-
YUV95.86171.53151.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=35.25%
G=17.49%
B=47.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129641730.250.6300.32275.7845.9946.47
Hex8140AD193F0201142e2e
Octal20110025531770404245656
Binary10000001100000010101101110011111110100000100010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8140AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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