#8142AF

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

Shades of Studio #8142AF

Tints of Studio #8142AF

Color information

#8142AF (or 0x8142AF) is unknown color: approx Studio. HEX triplet: 81, 42 and AF. RGB value is (129,66,175). Sum of RGB (Red+Green+Blue) = 129+66+175=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #8142AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8142AF is #7EBD50. Grayscale: #606060. Windows color (decimal): -8306001 or 11485825. OLE color: 11485825.

HSL color Cylindrical-coordinate representation of color #8142AF: hue angle of 274.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8142AF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12966175-
CMYK0.260.6200.31
HSL274.68º45.23%47.25%-
HSV(B)274.68º62.29%68.63%-
XYZ18.7411.6641.82-
YUV97.26171.87150.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=34.86%
G=17.84%
B=47.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129661750.260.6200.31274.6845.2347.25
Hex8142AF1A3E01F1132d2f
Octal20110225732760374235557
Binary1000000110000101010111111010111110011111100010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8142AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8142AF; }

 p { color: rgb(129,66,175); }

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

<style>
 a { background-color: #8142AF; }

 a { background-color: rgb(129,66,175); }

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

<style>
 span { border-color: #8142AF; }

 span { border-color: rgb(129,66,175); }

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