#9838AD

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

Shades of Dark Orchid #9838AD

Tints of Dark Orchid #9838AD

Color information

#9838AD (or 0x9838AD) is unknown color: approx Dark Orchid. HEX triplet: 98, 38 and AD. RGB value is (152,56,173). Sum of RGB (Red+Green+Blue) = 152+56+173=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9838AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9838AD is #67C752. Grayscale: #616161. Windows color (decimal): -6801235 or 11352216. OLE color: 11352216.

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

Color convert

RGB15256173-
CMYK0.120.6800.32
HSL289.23º51.09%44.9%-
HSV(B)289.23º67.63%67.84%-
XYZ21.9112.5240.8-
YUV98.04170.3166.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 56 (22.27% from 255) = 14.70%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=39.90%
G=14.70%
B=45.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152561730.120.6800.32289.2351.0944.9
Hex9838ADC44020121332d
Octal23070255141040404416355
Binary1001100011100010101101110010001000100000100100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9838AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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