#8564CD

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

Shades of True V #8564CD

Tints of True V #8564CD

Color information

#8564CD (or 0x8564CD) is unknown color: approx True V. HEX triplet: 85, 64 and CD. RGB value is (133,100,205). Sum of RGB (Red+Green+Blue) = 133+100+205=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8564CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564CD is #7A9B32. Grayscale: #797979. Windows color (decimal): -8035123 or 13460613. OLE color: 13460613.

HSL color Cylindrical-coordinate representation of color #8564CD: hue angle of 258.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8564CD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133100205-
CMYK0.350.5100.20
HSL258.86º51.22%59.8%-
HSV(B)258.86º51.22%80.39%-
XYZ25.2518.5160-
YUV121.84174.93135.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=30.37%
G=22.83%
B=46.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331002050.350.5100.20258.8651.2259.8
Hex8564CD2333014103333c
Octal20514431543630244036374
Binary10000101110010011001101100011110011010100100000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8564CD; }

 p { color: rgb(133,100,205); }

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

<style>
 a { background-color: #8564CD; }

 a { background-color: rgb(133,100,205); }

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

<style>
 span { border-color: #8564CD; }

 span { border-color: rgb(133,100,205); }

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