#9141D1

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

Shades of Dark Orchid #9141D1

Tints of Dark Orchid #9141D1

Color information

#9141D1 (or 0x9141D1) is unknown color: approx Dark Orchid. HEX triplet: 91, 41 and D1. RGB value is (145,65,209). Sum of RGB (Red+Green+Blue) = 145+65+209=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #9141D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141D1 is #6EBE2E. Grayscale: #686868. Windows color (decimal): -7257647 or 13713809. OLE color: 13713809.

HSL color Cylindrical-coordinate representation of color #9141D1: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9141D1 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14565209-
CMYK0.310.6900.18
HSL273.33º61.02%53.73%-
HSV(B)273.33º68.9%81.96%-
XYZ25.0814.461.78-
YUV105.34186.5156.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=34.61%
G=15.51%
B=49.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal145652090.310.6900.18273.3361.0253.73
Hex9141D11F450121113d36
Octal221101321371050224217566
Binary10010001100000111010001111111000101010010100010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9141D1; }

 p { color: rgb(145,65,209); }

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

<style>
 a { background-color: #9141D1; }

 a { background-color: rgb(145,65,209); }

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

<style>
 span { border-color: #9141D1; }

 span { border-color: rgb(145,65,209); }

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