#9846DD

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

Shades of Dark Orchid #9846DD

Tints of Dark Orchid #9846DD

Color information

#9846DD (or 0x9846DD) is unknown color: approx Dark Orchid. HEX triplet: 98, 46 and DD. RGB value is (152,70,221). Sum of RGB (Red+Green+Blue) = 152+70+221=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #9846DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846DD is #67B922. Grayscale: #6F6F6F. Windows color (decimal): -6797603 or 14501528. OLE color: 14501528.

HSL color Cylindrical-coordinate representation of color #9846DD: hue angle of 272.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9846DD is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15270221-
CMYK0.310.6800.13
HSL272.58º68.95%57.06%-
HSV(B)272.58º68.33%86.67%-
XYZ28.1916.2870.06-
YUV111.73189.67156.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=34.31%
G=15.80%
B=49.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152702210.310.6800.13272.5868.9557.06
Hex9846DD1F440D1114539
Octal2301063353710401542110571
Binary10011000100011011011101111111000100011011000100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9846DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9846DD; }

 p { color: rgb(152,70,221); }

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

<style>
 a { background-color: #9846DD; }

 a { background-color: rgb(152,70,221); }

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

<style>
 span { border-color: #9846DD; }

 span { border-color: rgb(152,70,221); }

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