#863FAF

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

Shades of Studio #863FAF

Tints of Studio #863FAF

Color information

#863FAF (or 0x863FAF) is unknown color: approx Studio. HEX triplet: 86, 3F and AF. RGB value is (134,63,175). Sum of RGB (Red+Green+Blue) = 134+63+175=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #863FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863FAF is #79C050. Grayscale: #606060. Windows color (decimal): -7979089 or 11485062. OLE color: 11485062.

HSL color Cylindrical-coordinate representation of color #863FAF: hue angle of 278.04º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863FAF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13463175-
CMYK0.230.6400.31
HSL278.04º47.06%46.67%-
HSV(B)278.04º64%68.63%-
XYZ19.3511.7241.8-
YUV97172.02154.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 63 (25% from 255) = 16.94%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=36.02%
G=16.94%
B=47.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134631750.230.6400.31278.0447.0646.67
Hex863FAF174001F1162f2f
Octal20677257271000374265757
Binary1000011011111110101111101111000000011111100010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,63,175); }

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

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

 a { background-color: rgb(134,63,175); }

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

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

 span { border-color: rgb(134,63,175); }

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