#9833AE

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

Shades of Dark Orchid #9833AE

Tints of Dark Orchid #9833AE

Color information

#9833AE (or 0x9833AE) is unknown color: approx Dark Orchid. HEX triplet: 98, 33 and AE. RGB value is (152,51,174). Sum of RGB (Red+Green+Blue) = 152+51+174=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #9833AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9833AE is #67CC51. Grayscale: #5E5E5E. Windows color (decimal): -6802514 or 11416472. OLE color: 11416472.

HSL color Cylindrical-coordinate representation of color #9833AE: hue angle of 289.27º degrees, saturation: 0.55, 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 #9833AE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15251174-
CMYK0.130.7100.32
HSL289.27º54.67%44.12%-
HSV(B)289.27º70.69%68.24%-
XYZ21.7712.141.23-
YUV95.22172.46168.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=40.32%
G=13.53%
B=46.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152511740.130.7100.32289.2754.6744.12
Hex9833AED47020121372c
Octal23063256151070404416754
Binary1001100011001110101110110110001110100000100100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9833AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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