#814D9B

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

Shades of Studio #814D9B

Tints of Studio #814D9B

Color information

#814D9B (or 0x814D9B) is unknown color: approx Studio. HEX triplet: 81, 4D and 9B. RGB value is (129,77,155). Sum of RGB (Red+Green+Blue) = 129+77+155=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #814D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D9B is #7EB264. Grayscale: #656565. Windows color (decimal): -8303205 or 10177921. OLE color: 10177921.

HSL color Cylindrical-coordinate representation of color #814D9B: hue angle of 280º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814D9B is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12977155-
CMYK0.170.5000.39
HSL280º33.62%45.49%-
HSV(B)280º50.32%60.78%-
XYZ17.6212.3432.46-
YUV101.44158.23147.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=35.73%
G=21.33%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal129771550.170.5000.3928033.6245.49
Hex814D9B1132027118222d
Octal20111523321620474304255
Binary10000001100110110011011100011100100100111100011000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,77,155); }

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

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

 a { background-color: rgb(129,77,155); }

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

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

 span { border-color: rgb(129,77,155); }

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