#8563D2

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

Shades of True V #8563D2

Tints of True V #8563D2

Color information

#8563D2 (or 0x8563D2) is unknown color: approx True V. HEX triplet: 85, 63 and D2. RGB value is (133,99,210). Sum of RGB (Red+Green+Blue) = 133+99+210=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 210 - color contains mainly: blue. Hex color #8563D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563D2 is #7A9C2D. Grayscale: #797979. Windows color (decimal): -8035374 or 13788037. OLE color: 13788037.

HSL color Cylindrical-coordinate representation of color #8563D2: hue angle of 258.38º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8563D2 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13399210-
CMYK0.370.5300.18
HSL258.38º55.22%60.59%-
HSV(B)258.38º52.86%82.35%-
XYZ25.7718.5663.2-
YUV121.82177.76135.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.09%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 210 (82.42% from 255) = 47.51%
R=30.09%
G=22.40%
B=47.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133992100.370.5300.18258.3855.2260.59
Hex8563D22535012102373d
Octal20514332245650224026775
Binary10000101110001111010010100101110101010010100000010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8563D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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