#8D7BBD

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

Shades of True V #8D7BBD

Tints of True V #8D7BBD

Color information

#8D7BBD (or 0x8D7BBD) is unknown color: approx True V. HEX triplet: 8D, 7B and BD. RGB value is (141,123,189). Sum of RGB (Red+Green+Blue) = 141+123+189=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7BBD is #728442. Grayscale: #878787. Windows color (decimal): -7504963 or 12417933. OLE color: 12417933.

HSL color Cylindrical-coordinate representation of color #8D7BBD: hue angle of 256.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D7BBD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141123189-
CMYK0.250.3500.26
HSL256.36º33.33%61.18%-
HSV(B)256.36º34.92%74.12%-
XYZ27.2523.551.24-
YUV135.91157.96131.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=31.13%
G=27.15%
B=41.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411231890.250.3500.26256.3633.3361.18
Hex8D7BBD192301A100213d
Octal21517327531430324004175
Binary1000110111110111011110111001100011011010100000000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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