#8F7BD1

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

Shades of True V #8F7BD1

Tints of True V #8F7BD1

Color information

#8F7BD1 (or 0x8F7BD1) is unknown color: approx True V. HEX triplet: 8F, 7B and D1. RGB value is (143,123,209). Sum of RGB (Red+Green+Blue) = 143+123+209=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7BD1 is #70842E. Grayscale: #8A8A8A. Windows color (decimal): -7373871 or 13728655. OLE color: 13728655.

HSL color Cylindrical-coordinate representation of color #8F7BD1: hue angle of 253.95º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F7BD1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB143123209-
CMYK0.320.4100.18
HSL253.95º48.31%65.1%-
HSV(B)253.95º41.15%81.96%-
XYZ29.9224.6163.49-
YUV138.78167.63131.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.11%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 209 (82.03% from 255) = 44%
R=30.11%
G=25.89%
B=44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431232090.320.4100.18253.9548.3165.1
Hex8F7BD12029012fe3041
Octal217173321405102237660101
Binary10001111111101111010001100000101001010010111111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,123,209); }

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

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

 a { background-color: rgb(143,123,209); }

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

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

 span { border-color: rgb(143,123,209); }

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