#8969BD

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

Shades of True V #8969BD

Tints of True V #8969BD

Color information

#8969BD (or 0x8969BD) is unknown color: approx True V. HEX triplet: 89, 69 and BD. RGB value is (137,105,189). Sum of RGB (Red+Green+Blue) = 137+105+189=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #8969BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969BD is #769642. Grayscale: #7B7B7B. Windows color (decimal): -7771715 or 12413321. OLE color: 12413321.

HSL color Cylindrical-coordinate representation of color #8969BD: hue angle of 262.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8969BD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137105189-
CMYK0.280.4400.26
HSL262.86º38.89%57.65%-
HSV(B)262.86º44.44%74.12%-
XYZ24.5519.150.54-
YUV124.14164.6137.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=31.79%
G=24.36%
B=43.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371051890.280.4400.26262.8638.8957.65
Hex8969BD1C2C01A107273a
Octal21115127534540324074772
Binary1000100111010011011110111100101100011010100000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8969BD; }

 p { color: rgb(137,105,189); }

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

<style>
 a { background-color: #8969BD; }

 a { background-color: rgb(137,105,189); }

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

<style>
 span { border-color: #8969BD; }

 span { border-color: rgb(137,105,189); }

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