#9846DC

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

Shades of Dark Orchid #9846DC

Tints of Dark Orchid #9846DC

Color information

#9846DC (or 0x9846DC) is unknown color: approx Dark Orchid. HEX triplet: 98, 46 and DC. RGB value is (152,70,220). Sum of RGB (Red+Green+Blue) = 152+70+220=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #9846DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846DC is #67B923. Grayscale: #6F6F6F. Windows color (decimal): -6797604 or 14435992. OLE color: 14435992.

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

Color convert

RGB15270220-
CMYK0.310.6800.14
HSL272.8º68.18%56.86%-
HSV(B)272.8º68.18%86.27%-
XYZ28.0616.2269.36-
YUV111.62189.17156.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=34.39%
G=15.84%
B=49.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152702200.310.6800.14272.868.1856.86
Hex9846DC1F440E1114439
Octal2301063343710401642110471
Binary10011000100011011011100111111000100011101000100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9846DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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