#8F6BCA

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

Shades of True V #8F6BCA

Tints of True V #8F6BCA

Color information

#8F6BCA (or 0x8F6BCA) is unknown color: approx True V. HEX triplet: 8F, 6B and CA. RGB value is (143,107,202). Sum of RGB (Red+Green+Blue) = 143+107+202=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BCA is #709435. Grayscale: #808080. Windows color (decimal): -7377974 or 13265807. OLE color: 13265807.

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

Color convert

RGB143107202-
CMYK0.290.4700.21
HSL262.74º47.26%60.59%-
HSV(B)262.74º47.03%79.22%-
XYZ27.2520.6258.42-
YUV128.59169.43138.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=31.64%
G=23.67%
B=44.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431072020.290.4700.21262.7447.2660.59
Hex8F6BCA1D2F0151072f3d
Octal21715331235570254075775
Binary1000111111010111100101011101101111010101100000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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