#8149AF

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

Shades of Studio #8149AF

Tints of Studio #8149AF

Color information

#8149AF (or 0x8149AF) is unknown color: approx Studio. HEX triplet: 81, 49 and AF. RGB value is (129,73,175). Sum of RGB (Red+Green+Blue) = 129+73+175=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #8149AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8149AF is #7EB650. Grayscale: #656565. Windows color (decimal): -8304209 or 11487617. OLE color: 11487617.

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

Color convert

RGB12973175-
CMYK0.260.5800.31
HSL272.94º41.13%48.63%-
HSV(B)272.94º58.29%68.63%-
XYZ19.1712.5341.96-
YUV101.37169.55147.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=34.22%
G=19.36%
B=46.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129731750.260.5800.31272.9441.1348.63
Hex8149AF1A3A01F1112931
Octal20111125732720374215161
Binary1000000110010011010111111010111010011111100010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8149AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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