#8963CF

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

Shades of True V #8963CF

Tints of True V #8963CF

Color information

#8963CF (or 0x8963CF) is unknown color: approx True V. HEX triplet: 89, 63 and CF. RGB value is (137,99,207). Sum of RGB (Red+Green+Blue) = 137+99+207=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8963CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963CF is #769C30. Grayscale: #7A7A7A. Windows color (decimal): -7773233 or 13591433. OLE color: 13591433.

HSL color Cylindrical-coordinate representation of color #8963CF: hue angle of 261.11º degrees, saturation: 0.53, 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 #8963CF is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13799207-
CMYK0.340.5200.19
HSL261.11º52.94%60%-
HSV(B)261.11º52.17%81.18%-
XYZ26.0418.7561.28-
YUV122.67175.59138.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=30.93%
G=22.35%
B=46.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137992070.340.5200.19261.1152.9460
Hex8963CF2234013105353c
Octal21114331742640234056574
Binary10001001110001111001111100010110100010011100000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8963CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,99,207); }

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

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

 a { background-color: rgb(137,99,207); }

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

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

 span { border-color: rgb(137,99,207); }

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