#9833AD

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

Shades of Dark Orchid #9833AD

Tints of Dark Orchid #9833AD

Color information

#9833AD (or 0x9833AD) is unknown color: approx Dark Orchid. HEX triplet: 98, 33 and AD. RGB value is (152,51,173). Sum of RGB (Red+Green+Blue) = 152+51+173=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #9833AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9833AD is #67CC52. Grayscale: #5E5E5E. Windows color (decimal): -6802515 or 11350936. OLE color: 11350936.

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

Color convert

RGB15251173-
CMYK0.120.7100.32
HSL289.67º54.46%43.92%-
HSV(B)289.67º70.52%67.84%-
XYZ21.6812.0640.72-
YUV95.11171.96168.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=40.43%
G=13.56%
B=46.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152511730.120.7100.32289.6754.4643.92
Hex9833ADC47020122362c
Octal23063255141070404426654
Binary1001100011001110101101110010001110100000100100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9833AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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