#9844D0

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

Shades of Dark Orchid #9844D0

Tints of Dark Orchid #9844D0

Color information

#9844D0 (or 0x9844D0) is unknown color: approx Dark Orchid. HEX triplet: 98, 44 and D0. RGB value is (152,68,208). Sum of RGB (Red+Green+Blue) = 152+68+208=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #9844D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844D0 is #67BB2F. Grayscale: #6C6C6C. Windows color (decimal): -6798128 or 13649048. OLE color: 13649048.

HSL color Cylindrical-coordinate representation of color #9844D0: hue angle of 276º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9844D0 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15268208-
CMYK0.270.6700.18
HSL276º59.83%54.12%-
HSV(B)276º67.31%81.57%-
XYZ26.415.3661.25-
YUV109.08183.83158.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 68 (26.95% from 255) = 15.89%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=35.51%
G=15.89%
B=48.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152682080.270.6700.1827659.8354.12
Hex9844D01B430121143c36
Octal230104320331030224247466
Binary10011000100010011010000110111000011010010100010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9844D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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