#9844D6

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

Shades of Dark Orchid #9844D6

Tints of Dark Orchid #9844D6

Color information

#9844D6 (or 0x9844D6) is unknown color: approx Dark Orchid. HEX triplet: 98, 44 and D6. RGB value is (152,68,214). Sum of RGB (Red+Green+Blue) = 152+68+214=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #9844D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844D6 is #67BB29. Grayscale: #6D6D6D. Windows color (decimal): -6798122 or 14042264. OLE color: 14042264.

HSL color Cylindrical-coordinate representation of color #9844D6: hue angle of 274.52º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9844D6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15268214-
CMYK0.290.6800.16
HSL274.52º64.04%55.29%-
HSV(B)274.52º68.22%83.92%-
XYZ27.1515.6665.21-
YUV109.76186.83158.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=35.02%
G=15.67%
B=49.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152682140.290.6800.16274.5264.0455.29
Hex9844D61D440101134037
Octal2301043263510402042310067
Binary100110001000100110101101110110001000100001000100111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9844D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9844D6; }

 p { color: rgb(152,68,214); }

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

<style>
 a { background-color: #9844D6; }

 a { background-color: rgb(152,68,214); }

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

<style>
 span { border-color: #9844D6; }

 span { border-color: rgb(152,68,214); }

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