#8968D0

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

Shades of True V #8968D0

Tints of True V #8968D0

Color information

#8968D0 (or 0x8968D0) is unknown color: approx True V. HEX triplet: 89, 68 and D0. RGB value is (137,104,208). Sum of RGB (Red+Green+Blue) = 137+104+208=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #8968D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968D0 is #76972F. Grayscale: #7D7D7D. Windows color (decimal): -7771952 or 13658249. OLE color: 13658249.

HSL color Cylindrical-coordinate representation of color #8968D0: hue angle of 259.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8968D0 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137104208-
CMYK0.340.500.18
HSL259.04º52.53%61.18%-
HSV(B)259.04º50%81.57%-
XYZ26.6519.7762.09-
YUV125.72174.43136.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.51%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=30.51%
G=23.16%
B=46.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371042080.340.500.18259.0452.5361.18
Hex8968D02232012103353d
Octal21115032042620224036575
Binary10001001110100011010000100010110010010010100000011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8968D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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