#863DAE

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

Shades of Studio #863DAE

Tints of Studio #863DAE

Color information

#863DAE (or 0x863DAE) is unknown color: approx Studio. HEX triplet: 86, 3D and AE. RGB value is (134,61,174). Sum of RGB (Red+Green+Blue) = 134+61+174=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #863DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DAE is #79C251. Grayscale: #5F5F5F. Windows color (decimal): -7979602 or 11419014. OLE color: 11419014.

HSL color Cylindrical-coordinate representation of color #863DAE: hue angle of 278.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863DAE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13461174-
CMYK0.230.6500.32
HSL278.76º48.09%46.08%-
HSV(B)278.76º64.94%68.24%-
XYZ19.1411.4641.25-
YUV95.71172.18155.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=36.31%
G=16.53%
B=47.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134611740.230.6500.32278.7648.0946.08
Hex863DAE1741020117302e
Octal20675256271010404276056
Binary10000110111101101011101011110000010100000100010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863DAE; }

 p { color: rgb(134,61,174); }

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

<style>
 a { background-color: #863DAE; }

 a { background-color: rgb(134,61,174); }

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

<style>
 span { border-color: #863DAE; }

 span { border-color: rgb(134,61,174); }

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