#8D7BC1

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

Shades of True V #8D7BC1

Tints of True V #8D7BC1

Color information

#8D7BC1 (or 0x8D7BC1) is unknown color: approx True V. HEX triplet: 8D, 7B and C1. RGB value is (141,123,193). Sum of RGB (Red+Green+Blue) = 141+123+193=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D7BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BC1 is #72843E. Grayscale: #888888. Windows color (decimal): -7504959 or 12680077. OLE color: 12680077.

HSL color Cylindrical-coordinate representation of color #8D7BC1: hue angle of 255.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D7BC1 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141123193-
CMYK0.270.3600.24
HSL255.43º36.08%61.96%-
HSV(B)255.43º36.27%75.69%-
XYZ27.6923.6853.56-
YUV136.36159.96131.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=30.85%
G=26.91%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411231930.270.3600.24255.4336.0861.96
Hex8D7BC11B24018ff243e
Octal21517330133440303774476
Binary100011011111011110000011101110010001100011111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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