#8143bb

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

Shades of Studio #8143BB

Tints of Studio #8143BB

Color information

#8143BB (or 0x8143BB) is unknown color: approx Studio. HEX triplet: 81, 43 and BB. RGB value is (129,67,187). Sum of RGB (Red+Green+Blue) = 129+67+187=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #8143BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8143BB is #7EBC44. Grayscale: #626262. Windows color (decimal): -8305733 or 12272513. OLE color: 12272513.

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

Color convert

RGB12967187-
CMYK0.310.6400.27
HSL271º47.24%49.8%-
HSV(B)271º64.17%73.33%-
XYZ20.0312.2748.33-
YUV99.22177.54149.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=33.68%
G=17.49%
B=48.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129671870.310.6400.2727147.2449.8
Hex8143BB1F4001B10f2f32
Octal201103273371000334175762
Binary10000001100001110111011111111000000011011100001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8143bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8143bb; }

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

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

<style>
 a { background-color: #8143bb; }

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

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

<style>
 span { border-color: #8143bb; }

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

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