#8967D0

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

Shades of True V #8967D0

Tints of True V #8967D0

Color information

#8967D0 (or 0x8967D0) is unknown color: approx True V. HEX triplet: 89, 67 and D0. RGB value is (137,103,208). Sum of RGB (Red+Green+Blue) = 137+103+208=448 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.58% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #8967D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8967D0 is #76982F. Grayscale: #7C7C7C. Windows color (decimal): -7772208 or 13657993. OLE color: 13657993.

HSL color Cylindrical-coordinate representation of color #8967D0: hue angle of 259.43º 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 #8967D0 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB137103208-
CMYK0.340.5000.18
HSL259.43º52.76%60.98%-
HSV(B)259.43º50.48%81.57%-
XYZ26.5519.5762.05-
YUV125.14174.76136.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.58%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=30.58%
G=22.99%
B=46.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1371032080.340.5000.18259.4352.7660.98
Hex8967D02232012103353d
Octal21114732042620224036575
Binary10001001110011111010000100010110010010010100000011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8967D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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