#9845DE

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

Shades of Dark Orchid #9845DE

Tints of Dark Orchid #9845DE

Color information

#9845DE (or 0x9845DE) is unknown color: approx Dark Orchid. HEX triplet: 98, 45 and DE. RGB value is (152,69,222). Sum of RGB (Red+Green+Blue) = 152+69+222=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #9845DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845DE is #67BA21. Grayscale: #6E6E6E. Windows color (decimal): -6797858 or 14566808. OLE color: 14566808.

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

Color convert

RGB15269222-
CMYK0.320.6900.13
HSL272.55º69.86%57.06%-
HSV(B)272.55º68.92%87.06%-
XYZ28.2616.2170.75-
YUV111.26190.5157.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=34.31%
G=15.58%
B=50.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152692220.320.6900.13272.5569.8657.06
Hex9845DE20450D1114639
Octal2301053364010501542110671
Binary100110001000101110111101000001000101011011000100011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9845DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9845DE; }

 p { color: rgb(152,69,222); }

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

<style>
 a { background-color: #9845DE; }

 a { background-color: rgb(152,69,222); }

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

<style>
 span { border-color: #9845DE; }

 span { border-color: rgb(152,69,222); }

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