#8F6ACD

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

Shades of True V #8F6ACD

Tints of True V #8F6ACD

Color information

#8F6ACD (or 0x8F6ACD) is unknown color: approx True V. HEX triplet: 8F, 6A and CD. RGB value is (143,106,205). Sum of RGB (Red+Green+Blue) = 143+106+205=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F6ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ACD is #709532. Grayscale: #7F7F7F. Windows color (decimal): -7378227 or 13462159. OLE color: 13462159.

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

Color convert

RGB143106205-
CMYK0.300.4800.20
HSL262.42º49.75%60.98%-
HSV(B)262.42º48.29%80.39%-
XYZ27.520.5660.28-
YUV128.35171.26138.45-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=31.50%
G=23.35%
B=45.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431062050.300.4800.20262.4249.7560.98
Hex8F6ACD1E30014106323d
Octal21715231536600244066275
Binary1000111111010101100110111110110000010100100000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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