#8569BE

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

Shades of True V #8569BE

Tints of True V #8569BE

Color information

#8569BE (or 0x8569BE) is unknown color: approx True V. HEX triplet: 85, 69 and BE. RGB value is (133,105,190). Sum of RGB (Red+Green+Blue) = 133+105+190=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8569BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569BE is #7A9641. Grayscale: #7A7A7A. Windows color (decimal): -8033858 or 12478853. OLE color: 12478853.

HSL color Cylindrical-coordinate representation of color #8569BE: hue angle of 259.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8569BE is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133105190-
CMYK0.30.4500.25
HSL259.76º39.53%57.84%-
HSV(B)259.76º44.74%74.51%-
XYZ24.0218.8151.08-
YUV123.06165.78135.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=31.07%
G=24.53%
B=44.39%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331051900.30.4500.25259.7639.5357.84
Hex8569BE1E2D019104283a
Octal20515127636550314045072
Binary1000010111010011011111011110101101011001100000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8569BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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