#8F6BCC

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

Shades of True V #8F6BCC

Tints of True V #8F6BCC

Color information

#8F6BCC (or 0x8F6BCC) is unknown color: approx True V. HEX triplet: 8F, 6B and CC. RGB value is (143,107,204). Sum of RGB (Red+Green+Blue) = 143+107+204=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F6BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BCC is #709433. Grayscale: #808080. Windows color (decimal): -7377972 or 13396879. OLE color: 13396879.

HSL color Cylindrical-coordinate representation of color #8F6BCC: hue angle of 262.27º degrees, saturation: 0.49, 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 #8F6BCC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143107204-
CMYK0.300.4800.2
HSL262.27º48.74%60.98%-
HSV(B)262.27º47.55%80%-
XYZ27.4820.7159.68-
YUV128.82170.43138.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=31.50%
G=23.57%
B=44.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431072040.300.4800.2262.2748.7460.98
Hex8F6BCC1E30014106313d
Octal21715331436600244066175
Binary1000111111010111100110011110110000010100100000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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