#9A32D9

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

Shades of Dark Orchid #9A32D9

Tints of Dark Orchid #9A32D9

Color information

#9A32D9 (or 0x9A32D9) is unknown color: approx Dark Orchid. HEX triplet: 9A, 32 and D9. RGB value is (154,50,217). Sum of RGB (Red+Green+Blue) = 154+50+217=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A32D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32D9 is #65CD26. Grayscale: #636363. Windows color (decimal): -6671655 or 14234266. OLE color: 14234266.

HSL color Cylindrical-coordinate representation of color #9A32D9: hue angle of 277.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A32D9 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15450217-
CMYK0.290.7700.15
HSL277.37º68.72%52.35%-
HSV(B)277.37º76.96%85.1%-
XYZ26.9914.1666.96-
YUV100.13193.96166.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.58%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=36.58%
G=11.88%
B=51.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154502170.290.7700.15277.3768.7252.35
Hex9A32D91D4D0F1154534
Octal232623313511501742510564
Binary1001101011001011011001111011001101011111000101011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A32D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A32D9; }

 p { color: rgb(154,50,217); }

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

<style>
 a { background-color: #9A32D9; }

 a { background-color: rgb(154,50,217); }

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

<style>
 span { border-color: #9A32D9; }

 span { border-color: rgb(154,50,217); }

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