#8F41CC

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

Shades of Dark Orchid #8F41CC

Tints of Dark Orchid #8F41CC

Color information

#8F41CC (or 0x8F41CC) is unknown color: approx Dark Orchid. HEX triplet: 8F, 41 and CC. RGB value is (143,65,204). Sum of RGB (Red+Green+Blue) = 143+65+204=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41CC is #70BE33. Grayscale: #676767. Windows color (decimal): -7388724 or 13386127. OLE color: 13386127.

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

Color convert

RGB14365204-
CMYK0.300.6800.2
HSL273.67º57.68%52.75%-
HSV(B)273.67º68.14%80%-
XYZ24.1213.9858.55-
YUV104.17184.34155.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.71%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=34.71%
G=15.78%
B=49.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal143652040.300.6800.2273.6757.6852.75
Hex8F41CC1E440141123a35
Octal217101314361040244227265
Binary10001111100000111001100111101000100010100100010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F41CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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