#814B9D

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

Shades of Studio #814B9D

Tints of Studio #814B9D

Color information

#814B9D (or 0x814B9D) is unknown color: approx Studio. HEX triplet: 81, 4B and 9D. RGB value is (129,75,157). Sum of RGB (Red+Green+Blue) = 129+75+157=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #814B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814B9D is #7EB462. Grayscale: #646464. Windows color (decimal): -8303715 or 10308481. OLE color: 10308481.

HSL color Cylindrical-coordinate representation of color #814B9D: hue angle of 279.51º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814B9D is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12975157-
CMYK0.180.5200.38
HSL279.51º35.34%45.49%-
HSV(B)279.51º52.23%61.57%-
XYZ17.6612.1333.31-
YUV100.49159.89148.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=35.73%
G=20.78%
B=43.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129751570.180.5200.38279.5135.3445.49
Hex814B9D1234026118232d
Octal20111323522640464304355
Binary10000001100101110011101100101101000100110100011000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,75,157); }

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

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

 a { background-color: rgb(129,75,157); }

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

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

 span { border-color: rgb(129,75,157); }

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