#9841DC

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

Shades of Dark Orchid #9841DC

Tints of Dark Orchid #9841DC

Color information

#9841DC (or 0x9841DC) is unknown color: approx Dark Orchid. HEX triplet: 98, 41 and DC. RGB value is (152,65,220). Sum of RGB (Red+Green+Blue) = 152+65+220=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #9841DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841DC is #67BE23. Grayscale: #6C6C6C. Windows color (decimal): -6798884 or 14434712. OLE color: 14434712.

HSL color Cylindrical-coordinate representation of color #9841DC: hue angle of 273.68º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9841DC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15265220-
CMYK0.310.7000.14
HSL273.68º68.89%55.88%-
HSV(B)273.68º70.45%86.27%-
XYZ27.7615.6269.26-
YUV108.68190.82158.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 14.87%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=34.78%
G=14.87%
B=50.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152652200.310.7000.14273.6868.8955.88
Hex9841DC1F460E1124538
Octal2301013343710601642210570
Binary10011000100000111011100111111000110011101000100101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9841DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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