#814CB1

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

Shades of Studio #814CB1

Tints of Studio #814CB1

Color information

#814CB1 (or 0x814CB1) is unknown color: approx Studio. HEX triplet: 81, 4C and B1. RGB value is (129,76,177). Sum of RGB (Red+Green+Blue) = 129+76+177=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #814CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814CB1 is #7EB34E. Grayscale: #676767. Windows color (decimal): -8303439 or 11619457. OLE color: 11619457.

HSL color Cylindrical-coordinate representation of color #814CB1: hue angle of 271.49º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814CB1 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12976177-
CMYK0.270.5700.31
HSL271.49º39.92%49.61%-
HSV(B)271.49º57.06%69.41%-
XYZ19.5713.0143.07-
YUV103.36169.56146.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=33.77%
G=19.90%
B=46.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129761770.270.5700.31271.4939.9249.61
Hex814CB11B3901F10f2832
Octal20111426133710374175062
Binary1000000110011001011000111011111001011111100001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814CB1; }

 p { color: rgb(129,76,177); }

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

<style>
 a { background-color: #814CB1; }

 a { background-color: rgb(129,76,177); }

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

<style>
 span { border-color: #814CB1; }

 span { border-color: rgb(129,76,177); }

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