#8146B4

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

Shades of Studio #8146B4

Tints of Studio #8146B4

Color information

#8146B4 (or 0x8146B4) is unknown color: approx Studio. HEX triplet: 81, 46 and B4. RGB value is (129,70,180). Sum of RGB (Red+Green+Blue) = 129+70+180=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #8146B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146B4 is #7EB94B. Grayscale: #636363. Windows color (decimal): -8304972 or 11814529. OLE color: 11814529.

HSL color Cylindrical-coordinate representation of color #8146B4: hue angle of 272.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8146B4 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12970180-
CMYK0.280.6100.29
HSL272.18º44%49.02%-
HSV(B)272.18º61.11%70.59%-
XYZ19.4812.3444.54-
YUV100.18173.05148.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=34.04%
G=18.47%
B=47.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129701800.280.6100.29272.184449.02
Hex8146B41C3D01D1102c31
Octal20110626434750354205461
Binary1000000110001101011010011100111101011101100010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8146B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8146B4; }

 p { color: rgb(129,70,180); }

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

<style>
 a { background-color: #8146B4; }

 a { background-color: rgb(129,70,180); }

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

<style>
 span { border-color: #8146B4; }

 span { border-color: rgb(129,70,180); }

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