#814C9D

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

Shades of Studio #814C9D

Tints of Studio #814C9D

Color information

#814C9D (or 0x814C9D) is unknown color: approx Studio. HEX triplet: 81, 4C and 9D. RGB value is (129,76,157). Sum of RGB (Red+Green+Blue) = 129+76+157=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #814C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C9D is #7EB362. Grayscale: #646464. Windows color (decimal): -8303459 or 10308737. OLE color: 10308737.

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

Color convert

RGB12976157-
CMYK0.180.5200.38
HSL279.26º34.76%45.69%-
HSV(B)279.26º51.59%61.57%-
XYZ17.7212.2733.33-
YUV101.08159.56147.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=35.64%
G=20.99%
B=43.37%

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
Decimal129761570.180.5200.38279.2634.7645.69
Hex814C9D1234026117232e
Octal20111423522640464274356
Binary10000001100110010011101100101101000100110100010111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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