#8142BB

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

Shades of Studio #8142BB

Tints of Studio #8142BB

Color information

#8142BB (or 0x8142BB) is unknown color: approx Studio. HEX triplet: 81, 42 and BB. RGB value is (129,66,187). Sum of RGB (Red+Green+Blue) = 129+66+187=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #8142BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8142BB is #7EBD44. Grayscale: #626262. Windows color (decimal): -8305989 or 12272257. OLE color: 12272257.

HSL color Cylindrical-coordinate representation of color #8142BB: hue angle of 271.24º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8142BB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12966187-
CMYK0.310.6500.27
HSL271.24º47.83%49.61%-
HSV(B)271.24º64.71%73.33%-
XYZ19.9712.1548.31-
YUV98.63177.87149.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=33.77%
G=17.28%
B=48.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129661870.310.6500.27271.2447.8349.61
Hex8142BB1F4101B10f3032
Octal201102273371010334176062
Binary10000001100001010111011111111000001011011100001111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8142BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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