#8d6bc9

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

Shades of True V #8D6BC9

Tints of True V #8D6BC9

Color information

#8D6BC9 (or 0x8D6BC9) is unknown color: approx True V. HEX triplet: 8D, 6B and C9. RGB value is (141,107,201). Sum of RGB (Red+Green+Blue) = 141+107+201=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D6BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6BC9 is #729436. Grayscale: #7F7F7F. Windows color (decimal): -7509047 or 13200269. OLE color: 13200269.

HSL color Cylindrical-coordinate representation of color #8D6BC9: hue angle of 261.7º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6BC9 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141107201-
CMYK0.300.4700.21
HSL261.7º46.53%60.39%-
HSV(B)261.7º46.77%78.82%-
XYZ26.7820.457.78-
YUV127.88169.26137.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=31.40%
G=23.83%
B=44.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411072010.300.4700.21261.746.5360.39
Hex8D6BC91E2F0151062f3c
Octal21515331136570254065774
Binary1000110111010111100100111110101111010101100000110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d6bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d6bc9; }

 p { color: rgb(141,107,201); }

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

<style>
 a { background-color: #8d6bc9; }

 a { background-color: rgb(141,107,201); }

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

<style>
 span { border-color: #8d6bc9; }

 span { border-color: rgb(141,107,201); }

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