#8C3FC1

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

Shades of Dark Orchid #8C3FC1

Tints of Dark Orchid #8C3FC1

Color information

#8C3FC1 (or 0x8C3FC1) is unknown color: approx Dark Orchid. HEX triplet: 8C, 3F and C1. RGB value is (140,63,193). Sum of RGB (Red+Green+Blue) = 140+63+193=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C3FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FC1 is #73C03E. Grayscale: #646464. Windows color (decimal): -7585855 or 12664716. OLE color: 12664716.

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

Color convert

RGB14063193-
CMYK0.270.6700.24
HSL275.54º51.18%50.2%-
HSV(B)275.54º67.36%75.69%-
XYZ22.2212.9851.79-
YUV100.84180.01155.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=35.35%
G=15.91%
B=48.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140631930.270.6700.24275.5451.1850.2
Hex8C3FC11B430181143332
Octal21477301331030304246362
Binary1000110011111111000001110111000011011000100010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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