#8566C4

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

Shades of True V #8566C4

Tints of True V #8566C4

Color information

#8566C4 (or 0x8566C4) is unknown color: approx True V. HEX triplet: 85, 66 and C4. RGB value is (133,102,196). Sum of RGB (Red+Green+Blue) = 133+102+196=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #8566C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566C4 is #7A993B. Grayscale: #797979. Windows color (decimal): -8034620 or 12871301. OLE color: 12871301.

HSL color Cylindrical-coordinate representation of color #8566C4: hue angle of 259.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8566C4 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB133102196-
CMYK0.320.4800.23
HSL259.79º44.34%58.43%-
HSV(B)259.79º47.96%76.86%-
XYZ24.3918.4754.51-
YUV121.98169.77135.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.86%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=30.86%
G=23.67%
B=45.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331021960.320.4800.23259.7944.3458.43
Hex8566C420300171042c3a
Octal20514630440600274045472
Binary10000101110011011000100100000110000010111100000100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8566C4; }

 p { color: rgb(133,102,196); }

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

<style>
 a { background-color: #8566C4; }

 a { background-color: rgb(133,102,196); }

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

<style>
 span { border-color: #8566C4; }

 span { border-color: rgb(133,102,196); }

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