#9845D6

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

Shades of Dark Orchid #9845D6

Tints of Dark Orchid #9845D6

Color information

#9845D6 (or 0x9845D6) is unknown color: approx Dark Orchid. HEX triplet: 98, 45 and D6. RGB value is (152,69,214). Sum of RGB (Red+Green+Blue) = 152+69+214=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #9845D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845D6 is #67BA29. Grayscale: #6D6D6D. Windows color (decimal): -6797866 or 14042520. OLE color: 14042520.

HSL color Cylindrical-coordinate representation of color #9845D6: hue angle of 274.34º 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 #9845D6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15269214-
CMYK0.290.6800.16
HSL274.34º63.88%55.49%-
HSV(B)274.34º67.76%83.92%-
XYZ27.2115.7965.23-
YUV110.35186.5157.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=34.94%
G=15.86%
B=49.20%

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
Decimal152692140.290.6800.16274.3463.8855.49
Hex9845D61D440101124037
Octal2301053263510402042210067
Binary100110001000101110101101110110001000100001000100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9845D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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