#8C3FBF

Color #8C3FBF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8C3FBF

Tints of Dark Orchid #8C3FBF

Color information

#8C3FBF (or 0x8C3FBF) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3F and BF. RGB value is (140,63,191). Sum of RGB (Red+Green+Blue) = 140+63+191=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FBF is #73C040. Grayscale: #646464. Windows color (decimal): -7585857 or 12533644. OLE color: 12533644.

HSL color Cylindrical-coordinate representation of color #8C3FBF: hue angle of 276.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C3FBF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14063191-
CMYK0.270.6700.25
HSL276.09º50.39%49.8%-
HSV(B)276.09º67.02%74.9%-
XYZ2212.8950.62-
YUV100.62179.01156.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 191 (75% from 255) = 48.48%
R=35.53%
G=15.99%
B=48.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140631910.270.6700.25276.0950.3949.8
Hex8C3FBF1B430191143232
Octal21477277331030314246262
Binary1000110011111110111111110111000011011001100010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,191); }

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

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

 a { background-color: rgb(140,63,191); }

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

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

 span { border-color: rgb(140,63,191); }

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