#8568CF

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

Shades of True V #8568CF

Tints of True V #8568CF

Color information

#8568CF (or 0x8568CF) is unknown color: approx True V. HEX triplet: 85, 68 and CF. RGB value is (133,104,207). Sum of RGB (Red+Green+Blue) = 133+104+207=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #8568CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8568CF is #7A9730. Grayscale: #7C7C7C. Windows color (decimal): -8034097 or 13592709. OLE color: 13592709.

HSL color Cylindrical-coordinate representation of color #8568CF: hue angle of 256.89º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8568CF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133104207-
CMYK0.360.5000.19
HSL256.89º51.76%60.98%-
HSV(B)256.89º49.76%81.18%-
XYZ25.8919.3961.41-
YUV124.41174.61134.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=29.95%
G=23.42%
B=46.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331042070.360.5000.19256.8951.7660.98
Hex8568CF2432013101343d
Octal20515031744620234016475
Binary10000101110100011001111100100110010010011100000001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8568CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8568CF; }

 p { color: rgb(133,104,207); }

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

<style>
 a { background-color: #8568CF; }

 a { background-color: rgb(133,104,207); }

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

<style>
 span { border-color: #8568CF; }

 span { border-color: rgb(133,104,207); }

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