#8C41BF

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

Shades of Dark Orchid #8C41BF

Tints of Dark Orchid #8C41BF

Color information

#8C41BF (or 0x8C41BF) is unknown color: approx Dark Orchid. HEX triplet: 8C, 41 and BF. RGB value is (140,65,191). Sum of RGB (Red+Green+Blue) = 140+65+191=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C41BF is #73BE40. Grayscale: #656565. Windows color (decimal): -7585345 or 12534156. OLE color: 12534156.

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

Color convert

RGB14065191-
CMYK0.270.6600.25
HSL275.71º49.61%50.2%-
HSV(B)275.71º65.97%74.9%-
XYZ22.1113.1250.66-
YUV101.79178.35155.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 191 (75% from 255) = 48.23%
R=35.35%
G=16.41%
B=48.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140651910.270.6600.25275.7149.6150.2
Hex8C41BF1B420191143232
Octal214101277331020314246262
Binary10001100100000110111111110111000010011001100010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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