#8F7DCD

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

Shades of True V #8F7DCD

Tints of True V #8F7DCD

Color information

#8F7DCD (or 0x8F7DCD) is unknown color: approx True V. HEX triplet: 8F, 7D and CD. RGB value is (143,125,205). Sum of RGB (Red+Green+Blue) = 143+125+205=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DCD is #708232. Grayscale: #8B8B8B. Windows color (decimal): -7373363 or 13467023. OLE color: 13467023.

HSL color Cylindrical-coordinate representation of color #8F7DCD: hue angle of 253.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7DCD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB143125205-
CMYK0.300.3900.20
HSL253.5º44.44%64.71%-
HSV(B)253.5º39.02%80.39%-
XYZ29.6824.9161-
YUV139.5164.96130.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=30.23%
G=26.43%
B=43.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431252050.300.3900.20253.544.4464.71
Hex8F7DCD1E27014fe2c41
Octal217175315364702437654101
Binary1000111111111011100110111110100111010100111111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,125,205); }

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

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

 a { background-color: rgb(143,125,205); }

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

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

 span { border-color: rgb(143,125,205); }

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