#8669D1

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

Shades of True V #8669D1

Tints of True V #8669D1

Color information

#8669D1 (or 0x8669D1) is unknown color: approx True V. HEX triplet: 86, 69 and D1. RGB value is (134,105,209). Sum of RGB (Red+Green+Blue) = 134+105+209=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #8669D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669D1 is #79962E. Grayscale: #7D7D7D. Windows color (decimal): -7968303 or 13724038. OLE color: 13724038.

HSL color Cylindrical-coordinate representation of color #8669D1: hue angle of 256.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8669D1 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134105209-
CMYK0.360.5000.18
HSL256.73º53.06%61.57%-
HSV(B)256.73º49.76%81.96%-
XYZ26.3919.7762.75-
YUV125.53175.11134.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 209 (82.03% from 255) = 46.65%
R=29.91%
G=23.44%
B=46.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341052090.360.5000.18256.7353.0661.57
Hex8669D12432012101353e
Octal20615132144620224016576
Binary10000110110100111010001100100110010010010100000001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8669D1; }

 p { color: rgb(134,105,209); }

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

<style>
 a { background-color: #8669D1; }

 a { background-color: rgb(134,105,209); }

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

<style>
 span { border-color: #8669D1; }

 span { border-color: rgb(134,105,209); }

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