#8566CC

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

Shades of True V #8566CC

Tints of True V #8566CC

Color information

#8566CC (or 0x8566CC) is unknown color: approx True V. HEX triplet: 85, 66 and CC. RGB value is (133,102,204). Sum of RGB (Red+Green+Blue) = 133+102+204=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8566CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8566CC is #7A9933. Grayscale: #7A7A7A. Windows color (decimal): -8034612 or 13395589. OLE color: 13395589.

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

Color convert

RGB133102204-
CMYK0.350.500.2
HSL258.24º50%60%-
HSV(B)258.24º50%80%-
XYZ25.3218.8559.43-
YUV122.9173.77135.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=30.30%
G=23.23%
B=46.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331022040.350.500.2258.245060
Hex8566CC2332014102323c
Octal20514631443620244026274
Binary10000101110011011001100100011110010010100100000010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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