#9941D5

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

Shades of Dark Orchid #9941D5

Tints of Dark Orchid #9941D5

Color information

#9941D5 (or 0x9941D5) is unknown color: approx Dark Orchid. HEX triplet: 99, 41 and D5. RGB value is (153,65,213). Sum of RGB (Red+Green+Blue) = 153+65+213=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 213 (83.59% from 255 or 49.42% from 431); Max value from RGB is 213 - color contains mainly: blue. Hex color #9941D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941D5 is #66BE2A. Grayscale: #6B6B6B. Windows color (decimal): -6733355 or 13975961. OLE color: 13975961.

HSL color Cylindrical-coordinate representation of color #9941D5: hue angle of 275.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9941D5 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15365213-
CMYK0.280.6900.16
HSL275.68º63.79%54.51%-
HSV(B)275.68º69.48%83.53%-
XYZ27.0415.3664.49-
YUV108.18187.15159.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 213 (83.59% from 255) = 49.42%
R=35.50%
G=15.08%
B=49.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153652130.280.6900.16275.6863.7954.51
Hex9941D51C450101144037
Octal2311013253410502042410067
Binary100110011000001110101011110010001010100001000101001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9941D5; }

 p { color: rgb(153,65,213); }

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

<style>
 a { background-color: #9941D5; }

 a { background-color: rgb(153,65,213); }

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

<style>
 span { border-color: #9941D5; }

 span { border-color: rgb(153,65,213); }

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