#8F6ECC

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

Shades of True V #8F6ECC

Tints of True V #8F6ECC

Color information

#8F6ECC (or 0x8F6ECC) is unknown color: approx True V. HEX triplet: 8F, 6E and CC. RGB value is (143,110,204). Sum of RGB (Red+Green+Blue) = 143+110+204=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6ECC is #709133. Grayscale: #828282. Windows color (decimal): -7377204 or 13397647. OLE color: 13397647.

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

Color convert

RGB143110204-
CMYK0.300.4600.2
HSL261.06º47.96%61.57%-
HSV(B)261.06º46.08%80%-
XYZ27.821.3559.78-
YUV130.58169.43136.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=31.29%
G=24.07%
B=44.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431102040.300.4600.2261.0647.9661.57
Hex8F6ECC1E2E014105303e
Octal21715631436560244056076
Binary1000111111011101100110011110101110010100100000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,110,204); }

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

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

 a { background-color: rgb(143,110,204); }

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

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

 span { border-color: rgb(143,110,204); }

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