#8D7BBB

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

Shades of True V #8D7BBB

Tints of True V #8D7BBB

Color information

#8D7BBB (or 0x8D7BBB) is unknown color: approx True V. HEX triplet: 8D, 7B and BB. RGB value is (141,123,187). Sum of RGB (Red+Green+Blue) = 141+123+187=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D7BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BBB is #728444. Grayscale: #878787. Windows color (decimal): -7504965 or 12286861. OLE color: 12286861.

HSL color Cylindrical-coordinate representation of color #8D7BBB: hue angle of 256.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D7BBB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141123187-
CMYK0.250.3400.27
HSL256.88º32%60.78%-
HSV(B)256.88º34.22%73.33%-
XYZ27.0423.4250.11-
YUV135.68156.96131.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=31.26%
G=27.27%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411231870.250.3400.27256.883260.78
Hex8D7BBB192201B101203d
Octal21517327331420334014075
Binary1000110111110111011101111001100010011011100000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,123,187); }

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

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

 a { background-color: rgb(141,123,187); }

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

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

 span { border-color: rgb(141,123,187); }

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