#9241D1

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

Shades of Dark Orchid #9241D1

Tints of Dark Orchid #9241D1

Color information

#9241D1 (or 0x9241D1) is unknown color: approx Dark Orchid. HEX triplet: 92, 41 and D1. RGB value is (146,65,209). Sum of RGB (Red+Green+Blue) = 146+65+209=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #9241D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241D1 is #6DBE2E. Grayscale: #696969. Windows color (decimal): -7192111 or 13713810. OLE color: 13713810.

HSL color Cylindrical-coordinate representation of color #9241D1: hue angle of 273.75º 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 #9241D1 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14665209-
CMYK0.300.6900.18
HSL273.75º61.02%53.73%-
HSV(B)273.75º68.9%81.96%-
XYZ25.2514.561.79-
YUV105.64186.34156.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=34.76%
G=15.48%
B=49.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146652090.300.6900.18273.7561.0253.73
Hex9241D11E450121123d36
Octal222101321361050224227566
Binary10010010100000111010001111101000101010010100010010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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