#9845D4

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

Shades of Dark Orchid #9845D4

Tints of Dark Orchid #9845D4

Color information

#9845D4 (or 0x9845D4) is unknown color: approx Dark Orchid. HEX triplet: 98, 45 and D4. RGB value is (152,69,212). Sum of RGB (Red+Green+Blue) = 152+69+212=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #9845D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845D4 is #67BA2B. Grayscale: #6D6D6D. Windows color (decimal): -6797868 or 13911448. OLE color: 13911448.

HSL color Cylindrical-coordinate representation of color #9845D4: hue angle of 274.83º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9845D4 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15269212-
CMYK0.280.6700.17
HSL274.83º62.45%55.1%-
HSV(B)274.83º67.45%83.14%-
XYZ26.9615.6963.89-
YUV110.12185.5157.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 212 (83.20% from 255) = 48.96%
R=35.10%
G=15.94%
B=48.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152692120.280.6700.17274.8362.4555.1
Hex9845D41C430111133e37
Octal230105324341030214237667
Binary10011000100010111010100111001000011010001100010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9845D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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