#8563CE

Color #8563CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8563CE

Tints of True V #8563CE

Color information

#8563CE (or 0x8563CE) is unknown color: approx True V. HEX triplet: 85, 63 and CE. RGB value is (133,99,206). Sum of RGB (Red+Green+Blue) = 133+99+206=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8563CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563CE is #7A9C31. Grayscale: #787878. Windows color (decimal): -8035378 or 13525893. OLE color: 13525893.

HSL color Cylindrical-coordinate representation of color #8563CE: hue angle of 259.07º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8563CE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13399206-
CMYK0.350.5200.19
HSL259.07º52.2%59.8%-
HSV(B)259.07º51.94%80.78%-
XYZ25.2818.3760.61-
YUV121.36175.76136.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=30.37%
G=22.60%
B=47.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133992060.350.5200.19259.0752.259.8
Hex8563CE2334013103343c
Octal20514331643640234036474
Binary10000101110001111001110100011110100010011100000011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8563CE; }

 p { color: rgb(133,99,206); }

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

<style>
 a { background-color: #8563CE; }

 a { background-color: rgb(133,99,206); }

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

<style>
 span { border-color: #8563CE; }

 span { border-color: rgb(133,99,206); }

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