#8569BD

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

Shades of True V #8569BD

Tints of True V #8569BD

Color information

#8569BD (or 0x8569BD) is unknown color: approx True V. HEX triplet: 85, 69 and BD. RGB value is (133,105,189). Sum of RGB (Red+Green+Blue) = 133+105+189=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #8569BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569BD is #7A9642. Grayscale: #7A7A7A. Windows color (decimal): -8033859 or 12413317. OLE color: 12413317.

HSL color Cylindrical-coordinate representation of color #8569BD: hue angle of 260º 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 #8569BD is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133105189-
CMYK0.300.4400.26
HSL260º38.89%57.65%-
HSV(B)260º44.44%74.12%-
XYZ23.9118.7650.51-
YUV122.95165.28135.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=31.15%
G=24.59%
B=44.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331051890.300.4400.2626038.8957.65
Hex8569BD1E2C01A104273a
Octal20515127536540324044772
Binary1000010111010011011110111110101100011010100000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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