#8968CE

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

Shades of True V #8968CE

Tints of True V #8968CE

Color information

#8968CE (or 0x8968CE) is unknown color: approx True V. HEX triplet: 89, 68 and CE. RGB value is (137,104,206). Sum of RGB (Red+Green+Blue) = 137+104+206=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #8968CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968CE is #769731. Grayscale: #7D7D7D. Windows color (decimal): -7771954 or 13527177. OLE color: 13527177.

HSL color Cylindrical-coordinate representation of color #8968CE: hue angle of 259.41º degrees, saturation: 0.51, 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 #8968CE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137104206-
CMYK0.330.5000.19
HSL259.41º51%60.78%-
HSV(B)259.41º49.51%80.78%-
XYZ26.4119.6860.8-
YUV125.5173.43136.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.65%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=30.65%
G=23.27%
B=46.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371042060.330.5000.19259.415160.78
Hex8968CE2132013103333d
Octal21115031641620234036375
Binary10001001110100011001110100001110010010011100000011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8968CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,104,206); }

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

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

 a { background-color: rgb(137,104,206); }

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

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

 span { border-color: rgb(137,104,206); }

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