#8560D0

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

Shades of True V #8560D0

Tints of True V #8560D0

Color information

#8560D0 (or 0x8560D0) is unknown color: approx True V. HEX triplet: 85, 60 and D0. RGB value is (133,96,208). Sum of RGB (Red+Green+Blue) = 133+96+208=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #8560D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560D0 is #7A9F2F. Grayscale: #777777. Windows color (decimal): -8036144 or 13656197. OLE color: 13656197.

HSL color Cylindrical-coordinate representation of color #8560D0: hue angle of 259.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8560D0 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13396208-
CMYK0.360.5400.18
HSL259.82º54.37%59.61%-
HSV(B)259.82º53.85%81.57%-
XYZ25.2417.9161.8-
YUV119.83177.76137.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=30.43%
G=21.97%
B=47.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133962080.360.5400.18259.8254.3759.61
Hex8560D02436012104363c
Octal20514032044660224046674
Binary10000101110000011010000100100110110010010100000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8560D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8560D0; }

 p { color: rgb(133,96,208); }

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

<style>
 a { background-color: #8560D0; }

 a { background-color: rgb(133,96,208); }

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

<style>
 span { border-color: #8560D0; }

 span { border-color: rgb(133,96,208); }

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