#8663CE

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

Shades of True V #8663CE

Tints of True V #8663CE

Color information

#8663CE (or 0x8663CE) is unknown color: approx True V. HEX triplet: 86, 63 and CE. RGB value is (134,99,206). Sum of RGB (Red+Green+Blue) = 134+99+206=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8663CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8663CE is #799C31. Grayscale: #797979. Windows color (decimal): -7969842 or 13525894. OLE color: 13525894.

HSL color Cylindrical-coordinate representation of color #8663CE: hue angle of 259.63º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8663CE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13499206-
CMYK0.350.5200.19
HSL259.63º52.2%59.8%-
HSV(B)259.63º51.94%80.78%-
XYZ25.4318.4560.61-
YUV121.66175.6136.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=30.52%
G=22.55%
B=46.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134992060.350.5200.19259.6352.259.8
Hex8663CE2334013104343c
Octal20614331643640234046474
Binary10000110110001111001110100011110100010011100000100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8663CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8663CE; }

 p { color: rgb(134,99,206); }

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

<style>
 a { background-color: #8663CE; }

 a { background-color: rgb(134,99,206); }

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

<style>
 span { border-color: #8663CE; }

 span { border-color: rgb(134,99,206); }

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