#9828AD

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

Shades of Dark Orchid #9828AD

Tints of Dark Orchid #9828AD

Color information

#9828AD (or 0x9828AD) is unknown color: approx Dark Orchid. HEX triplet: 98, 28 and AD. RGB value is (152,40,173). Sum of RGB (Red+Green+Blue) = 152+40+173=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9828AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828AD is #67D752. Grayscale: #585858. Windows color (decimal): -6805331 or 11348120. OLE color: 11348120.

HSL color Cylindrical-coordinate representation of color #9828AD: hue angle of 290.53º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9828AD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15240173-
CMYK0.120.7700.32
HSL290.53º62.44%41.76%-
HSV(B)290.53º76.88%67.84%-
XYZ21.2511.2140.58-
YUV88.65175.61173.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=41.64%
G=10.96%
B=47.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152401730.120.7700.32290.5362.4441.76
Hex9828ADC4D0201233e2a
Octal23050255141150404437652
Binary1001100010100010101101110010011010100000100100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9828AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9828AD; }

 p { color: rgb(152,40,173); }

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

<style>
 a { background-color: #9828AD; }

 a { background-color: rgb(152,40,173); }

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

<style>
 span { border-color: #9828AD; }

 span { border-color: rgb(152,40,173); }

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