#9A32BA

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

Shades of Dark Orchid #9A32BA

Tints of Dark Orchid #9A32BA

Color information

#9A32BA (or 0x9A32BA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 32 and BA. RGB value is (154,50,186). Sum of RGB (Red+Green+Blue) = 154+50+186=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A32BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A32BA is #65CD45. Grayscale: #606060. Windows color (decimal): -6671686 or 12202650. OLE color: 12202650.

HSL color Cylindrical-coordinate representation of color #9A32BA: hue angle of 285.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A32BA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15450186-
CMYK0.170.7300.27
HSL285.88º57.63%46.27%-
HSV(B)285.88º73.12%72.94%-
XYZ23.3312.747.68-
YUV96.6178.46168.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 50 (19.92% from 255) = 12.82%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=39.49%
G=12.82%
B=47.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154501860.170.7300.27285.8857.6346.27
Hex9A32BA114901B11e3a2e
Octal23262272211110334367256
Binary1001101011001010111010100011001001011011100011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A32BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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