#9841CD

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

Shades of Dark Orchid #9841CD

Tints of Dark Orchid #9841CD

Color information

#9841CD (or 0x9841CD) is unknown color: approx Dark Orchid. HEX triplet: 98, 41 and CD. RGB value is (152,65,205). Sum of RGB (Red+Green+Blue) = 152+65+205=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #9841CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841CD is #67BE32. Grayscale: #6A6A6A. Windows color (decimal): -6798899 or 13451672. OLE color: 13451672.

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

Color convert

RGB15265205-
CMYK0.260.6800.20
HSL277.29º58.33%52.94%-
HSV(B)277.29º68.29%80.39%-
XYZ25.8614.8659.26-
YUV106.97183.32160.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=36.02%
G=15.40%
B=48.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152652050.260.6800.20277.2958.3352.94
Hex9841CD1A440141153a35
Octal230101315321040244257265
Binary10011000100000111001101110101000100010100100010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9841CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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