#9931AD

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

Shades of Dark Orchid #9931AD

Tints of Dark Orchid #9931AD

Color information

#9931AD (or 0x9931AD) is unknown color: approx Dark Orchid. HEX triplet: 99, 31 and AD. RGB value is (153,49,173). Sum of RGB (Red+Green+Blue) = 153+49+173=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9931AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9931AD is #66CE52. Grayscale: #5D5D5D. Windows color (decimal): -6737491 or 11350425. OLE color: 11350425.

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

Color convert

RGB15349173-
CMYK0.120.7200.32
HSL290.32º55.86%43.53%-
HSV(B)290.32º71.68%67.84%-
XYZ21.7811.9940.7-
YUV94.23172.46169.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 49 (19.53% from 255) = 13.07%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=40.8%
G=13.07%
B=46.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153491730.120.7200.32290.3255.8643.53
Hex9931ADC48020122382c
Octal23161255141100404427054
Binary1001100111000110101101110010010000100000100100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9931AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,49,173); }

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

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

 a { background-color: rgb(153,49,173); }

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

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

 span { border-color: rgb(153,49,173); }

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