#8F6DCA

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

Shades of True V #8F6DCA

Tints of True V #8F6DCA

Color information

#8F6DCA (or 0x8F6DCA) is unknown color: approx True V. HEX triplet: 8F, 6D and CA. RGB value is (143,109,202). Sum of RGB (Red+Green+Blue) = 143+109+202=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F6DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DCA is #709235. Grayscale: #818181. Windows color (decimal): -7377462 or 13266319. OLE color: 13266319.

HSL color Cylindrical-coordinate representation of color #8F6DCA: hue angle of 261.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F6DCA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143109202-
CMYK0.290.4600.21
HSL261.94º46.73%60.98%-
HSV(B)261.94º46.04%79.22%-
XYZ27.4621.0458.49-
YUV129.77168.76137.44-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=31.50%
G=24.01%
B=44.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431092020.290.4600.21261.9446.7360.98
Hex8F6DCA1D2E0151062f3d
Octal21715531235560254065775
Binary1000111111011011100101011101101110010101100000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,202); }

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

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

 a { background-color: rgb(143,109,202); }

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

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

 span { border-color: rgb(143,109,202); }

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