#8150B9

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

Shades of Studio #8150B9

Tints of Studio #8150B9

Color information

#8150B9 (or 0x8150B9) is unknown color: approx Studio. HEX triplet: 81, 50 and B9. RGB value is (129,80,185). Sum of RGB (Red+Green+Blue) = 129+80+185=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #8150B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150B9 is #7EAF46. Grayscale: #6A6A6A. Windows color (decimal): -8302407 or 12144769. OLE color: 12144769.

HSL color Cylindrical-coordinate representation of color #8150B9: hue angle of 268º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8150B9 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12980185-
CMYK0.300.5700.27
HSL268º42.86%51.96%-
HSV(B)268º56.76%72.55%-
XYZ20.6813.9147.49-
YUV106.62172.23143.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 80 (31.64% from 255) = 20.30%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=32.74%
G=20.30%
B=46.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129801850.300.5700.2726842.8651.96
Hex8150B91E3901B10c2b34
Octal20112027136710334145364
Binary1000000110100001011100111110111001011011100001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150B9; }

 p { color: rgb(129,80,185); }

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

<style>
 a { background-color: #8150B9; }

 a { background-color: rgb(129,80,185); }

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

<style>
 span { border-color: #8150B9; }

 span { border-color: rgb(129,80,185); }

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