#941CD1

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

Shades of Dark Orchid #941CD1

Tints of Dark Orchid #941CD1

Color information

#941CD1 (or 0x941CD1) is unknown color: approx Dark Orchid. HEX triplet: 94, 1C and D1. RGB value is (148,28,209). Sum of RGB (Red+Green+Blue) = 148+28+209=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #941CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CD1 is #6BE32E. Grayscale: #535353. Windows color (decimal): -7070511 or 13704340. OLE color: 13704340.

HSL color Cylindrical-coordinate representation of color #941CD1: hue angle of 279.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941CD1 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14828209-
CMYK0.290.8700.18
HSL279.78º76.37%46.47%-
HSV(B)279.78º86.6%81.96%-
XYZ24.1411.7361.31-
YUV84.51198.26173.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 28 (11.33% from 255) = 7.27%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=38.44%
G=7.27%
B=54.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148282090.290.8700.18279.7876.3746.47
Hex941CD11D570121184c2e
Octal224343213512702243011456
Binary1001010011100110100011110110101110100101000110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941CD1; }

 p { color: rgb(148,28,209); }

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

<style>
 a { background-color: #941CD1; }

 a { background-color: rgb(148,28,209); }

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

<style>
 span { border-color: #941CD1; }

 span { border-color: rgb(148,28,209); }

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