#8148AB

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

Shades of Studio #8148AB

Tints of Studio #8148AB

Color information

#8148AB (or 0x8148AB) is unknown color: approx Studio. HEX triplet: 81, 48 and AB. RGB value is (129,72,171). Sum of RGB (Red+Green+Blue) = 129+72+171=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8148AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8148AB is #7EB754. Grayscale: #636363. Windows color (decimal): -8304469 or 11225217. OLE color: 11225217.

HSL color Cylindrical-coordinate representation of color #8148AB: hue angle of 274.55º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8148AB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12972171-
CMYK0.250.5800.33
HSL274.55º40.74%47.65%-
HSV(B)274.55º57.89%67.06%-
XYZ18.7212.2439.9-
YUV100.33167.88148.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=34.68%
G=19.35%
B=45.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129721710.250.5800.33274.5540.7447.65
Hex8148AB193A0211132930
Octal20111025331720414235160
Binary10000001100100010101011110011110100100001100010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8148AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8148AB; }

 p { color: rgb(129,72,171); }

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

<style>
 a { background-color: #8148AB; }

 a { background-color: rgb(129,72,171); }

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

<style>
 span { border-color: #8148AB; }

 span { border-color: rgb(129,72,171); }

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