#8563C5

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

Shades of True V #8563C5

Tints of True V #8563C5

Color information

#8563C5 (or 0x8563C5) is unknown color: approx True V. HEX triplet: 85, 63 and C5. RGB value is (133,99,197). Sum of RGB (Red+Green+Blue) = 133+99+197=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #8563C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563C5 is #7A9C3A. Grayscale: #777777. Windows color (decimal): -8035387 or 12936069. OLE color: 12936069.

HSL color Cylindrical-coordinate representation of color #8563C5: hue angle of 260.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8563C5 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13399197-
CMYK0.320.5000.23
HSL260.82º45.79%58.04%-
HSV(B)260.82º49.75%77.25%-
XYZ24.2117.9455.01-
YUV120.34171.26137.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=31.00%
G=23.08%
B=45.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133991970.320.5000.23260.8245.7958.04
Hex8563C520320171052e3a
Octal20514330540620274055672
Binary10000101110001111000101100000110010010111100000101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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