#9941CD

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

Shades of Dark Orchid #9941CD

Tints of Dark Orchid #9941CD

Color information

#9941CD (or 0x9941CD) is unknown color: approx Dark Orchid. HEX triplet: 99, 41 and CD. RGB value is (153,65,205). Sum of RGB (Red+Green+Blue) = 153+65+205=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #9941CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941CD is #66BE32. Grayscale: #6A6A6A. Windows color (decimal): -6733363 or 13451673. OLE color: 13451673.

HSL color Cylindrical-coordinate representation of color #9941CD: hue angle of 277.71º 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 #9941CD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15365205-
CMYK0.250.6800.20
HSL277.71º58.33%52.94%-
HSV(B)277.71º68.29%80.39%-
XYZ26.0514.9659.27-
YUV107.27183.15160.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=36.17%
G=15.37%
B=48.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153652050.250.6800.20277.7158.3352.94
Hex9941CD19440141163a35
Octal231101315311040244267265
Binary10011001100000111001101110011000100010100100010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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